General concepts
The tools provided by the PWA Studio project allows you to create websites that are fast, mobile-friendly, and reliable. This topic lists the basic concepts you need to know to work with PWA Studio tools.
data-width=100%
data-slots=heading, link, text
Development concepts
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
data-width=100%
data-slots=heading, link, text
Application features
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
data-width=100%
data-slots=link, text
Common terms
The following is a list of common terms and definitions associated with PWA Studio development.
Service worker : A service worker is a script that runs in the background. Progressive web applications use service workers for caching and resource retrieval.
Component data binding : Component data binding refers to the way data flows between the source and a UI component. Progressive web applications use data binding patterns to connect dynamic data with the user interface.
Client state, reducers, and actions : Client state, reducers, and actions are Redux concepts used to manage and handle the state of a web application.
Loading and offline states : Loading and offline are both states that must be handled by progressive web applications.
Container extensibility : Writing extensible containers allow others to re-use and alter your container without modifying the source.
Performance patterns : Performance is an important feature for a progressive web app. There are many strategies and patterns available to help boost the performance of a PWA.
Root components and routing : The root component of an application is the DOM node under which all other nodes are managed by React. Routing is the ability to map a URL pattern to the appropriate handler.
Critical path : The critical path for rendering refers to the steps the browser takes to process the HTML, CSS, and JavaScript files to display a website. Optimizing the critical path is important to get the best performance out of a progressive web application.