next-pwa-application is a demo progressive web application with offline support, server side rendering, with installable option and responsiveness.
First off all check the live demo. It’s a pretty basic app, that server renders each one of the apps and caches, as we use the app, the requested resources (js, css, html and api requests).
Once you give a try while online, you can simulate a no connection scenario and see that the app keep still running.
If you using chrome browser (note that is a technology still under development), you will notice a plus icon right after the location bar, there you can install the app, and play as if was a native application.
- NextJS
- React
- Typescript
Do you want to know more about the project's idea and goals? Have a look on this article ;)