- Progressive Web Apps with React
- Scott Domes
- 249字
- 2021-07-08 09:36:10
Creating Our App Structure
Welcome to Progressive Web Apps with React!
This book will take you through the entire process of building a React application that also functions as a Progressive Web App. We'll cover not only the "how" of constructing such an application, but also highlight best practices and how to measure your application to ensure successful implementation of PWA features.
Progressive Web Apps are poised to become the future of web applications. They promise a bevy of additional functionality, such as push notifications and the ability to be installed, which pushes them into the realm of native iOS or Android apps. Additionally, a strong focus on performance (taking advantage of cutting-edge web technology) means that PWAs create apps that are fast for everyone.
We'll cover each facet of PWAs in depth, as well as the process of converting a regular web application into a progressive one. We'll also dive deep into React best practices, using libraries such as React Router.
To check your code for this and future chapters, you can view the completed project at https://github.com/scottdomes/chatastrophe/. The repository includes branches for each chapter. Visit https://github.com/scottdomes/chatastrophe/tree/chapter1 for this chapter's final code.
In this chapter, we will get started with the basic structure of our application. Here's what we'll cover:
- The use cases of Progressive Web Apps
- The basic user stories we want our app to fulfill
- The project structure and basic HTML
- Installing dependencies
- Getting started with React
First, let's set the scene for our application's journey.
- 大學計算機基礎(第二版)
- Mastering RabbitMQ
- JavaScript:Functional Programming for JavaScript Developers
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Python從入門到精通(精粹版)
- Java編程指南:基礎知識、類庫應用及案例設計
- Learning Linux Binary Analysis
- Mastering Python Networking
- 大學計算機基礎(第2版)(微課版)
- PHP+MySQL網站開發項目式教程
- 移動界面(Web/App)Photoshop UI設計十全大補
- ASP.NET Core 2 Fundamentals
- 深度學習:Java語言實現
- HTML5開發精要與實例詳解
- Getting Started with Nano Server