Learn how to deploy your PWA
We're going to learn how to test our PWA easily and quickly with Lighthouse
Create a manifest file for your PWA.
Learn how to fetch event listener for a PWA
Learn about Offline storage to store data offline so that your PWA is still working well even when you don't have internet.
Learn about Service Worker and how it works as well as it's lifecycle. This is a key concept when you create a PWA
We're going to fetch data of Pokemon details via Restful API
Learn how to fetch data from server/internet and display it in our client app
Create a quick mock up for our progressive web app
Quick demo for a simple app that we're going build in this series
Let's set up environment for PWA
Learn key concepts about Progressive Web Apps
Learn how to fetch data via Restful API
Working with Array in React Native and how to use it to list items
Let's create our Product List in this example project
Learn about State and how to use it in components
Learn about Props and how to use them in React Native
Learn how to work with Events in React Native to handle different logical behaviours
Let's make our component a bit fancy and beautiful
Learn about what nested components are and how to use them