tomwayson / create-arcgis-app

An example of how to use the ArcGIS platform in an application created with Create React App and React Router
https://create-arcgis-app.surge.sh/
23 stars 8 forks source link

Make it a PWA #19

Open tomwayson opened 5 years ago

tomwayson commented 5 years ago

Looks easy to turn on in CRA:

https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

However, by default it only configures service worker to cache local assets. We'd need to figure out how to cache remote scripts/API calls, which is what really helps w/ routes that use the JSAPI.