react-progressive-web-app
react-progressive-web-app copied to clipboard
An opinionated React based repository which is optimized for Progressive Web App development.
Google published a pattern, called the[ App Shell](https://developers.google.com/web/updates/2015/11/app-shell ). Offline support is the first step, then there is caching and pre-caching support. The app shell covers this very well. What...
It would be good to add support for the cache then network approach. At the moment this is completely unsupported. The repository uses the [`offline-plugin` for webpack](https://github.com/NekR/offline-plugin). In an ideal...
It would be good to have some form of push notification support within the repository. A the moment this has not been covered at all. The approach is open for...
It would be good to support for background sync. Approach and discussion welcome.