Week 2 With React Native - Building a Weather App
A developer shares their Week 2 progress learning React Native, covering project setup, ESLint configuration, and building a weather app with a third-party API.
Aman Mittal is a documentation consultant at Expo and experienced technical writer, specializing in cross-platform mobile and web development, with over 150 programming articles published since 2017.
236 articles from this blog
A developer shares their Week 2 progress learning React Native, covering project setup, ESLint configuration, and building a weather app with a third-party API.
A guide to setting up your first React Native mobile app, covering basic concepts, environment setup, and key differences from ReactJS.
A developer shares their journey of learning React Native, the challenges of balancing work, and their renewed commitment to mastering cross-platform mobile development.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.
A tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
A tutorial on integrating Lottie animations into a React Native app using Expo, covering setup, installation, and basic animation control.
A tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.
A quick reference guide for the Ionic 2/3 CLI, covering installation, project creation, generating code, and building mobile apps.
A tutorial on using Ionic's NavParams to pass data between pages in a mobile app built with Angular.
Tips for building production-ready REST APIs with Node.js, covering HTTP methods, status codes, documentation, and framework choices.
A tutorial on implementing multi-page navigation in an Ionic mobile application using the NavController and Ionic CLI.
A tutorial on how to integrate and use custom Google Fonts in an Ionic 2/3 mobile application by adding font files locally and applying CSS.
Explains how navigation works in Ionic mobile apps using a stack-based page system with NavController, contrasting it with traditional web routing.
A step-by-step guide to installing and configuring Font Awesome icons in an Ionic mobile application.
An introduction to Ionic, an open-source SDK for building hybrid mobile apps using web technologies like HTML, CSS, and JavaScript.
An introduction to hybrid mobile apps, explaining their architecture, benefits, and popular frameworks like Ionic and Cordova.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
Overview of npm 5's major new features, including performance improvements, offline modes, and a standardized lockfile.