🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

️⚡️

Delivering your React app offline, with a look and feel of a native app, is becoming increasingly feasible. Technical benefits include fast installs (since it's just a web page), push notifications, caching page content, delivering a faster feeling experience, and keeping the user logged even when the network drops a connection. By using JS plugins and libraries such such as offline.js and offline-plugin, and browser technologies such as Service Workers, IndexedDB, and AppCache, you can be sure your users will be able to use your web app even as their internet connection drops off.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.