Bookmarks tagged [offline-first]
https://github.com/pazguille/offline-first#readme
🔌 Everything you need to know to create offline-first web apps. - pazguille/offline-first
- tags: awesome-list, frontend, offline-first
- source code
https://localforage.github.io/localForage/
localForage is a JavaScript library that improves the offline experience of your web app by using an asynchronous data store with a simple, localStorage-like API.
- tags: offline-first, localforage
- source code
https://jakearchibald.com/2014/offline-cookbook/
Fantastic article by Jake Archibald explaining in details all aspects of Service Worker’s caching, with code snippets and examples.
Together with Udacity I created a [free offline-first interactive c...
- 📆 published on: 2014-12-09
- tags: pwa, offline-first, service-worker
https://www.html5rocks.com/en/features/offline
Collection of resource for developing offline web apps.
"Web" and "online" are two closely associated terms, downright synonymous to many people. So why on earth would we talk about "offline" web te...
- tags: offline-first
https://github.com/pazguille/offline-first
Useful resources for creating Offline-First web apps
- tags: offline-first
https://journal.standardnotes.org/moving-beyond-localstorage-991e3695be15
WebCrypto and IndexedDB are the one-two punch to a new era of encrypted, offline, and privacy centric web applications.
- tags: offline-first, indexeddb, webcrypto
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
IndexedDB is a way for you to persistently store data inside a user's browser. Because it lets you create web applications with rich query abilities regardless of network availability, these applicati...
- tags: offline-first, indexeddb
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB
This tutorial walks you through using the asynchronous API of IndexedDB. If you are not familiar with IndexedDB, you should first read [Basic Concepts About IndexedDB](https://developer.mozilla.org/en...
- tags: offline-first, indexeddb
https://developer.chrome.com/apps/offline_apps
Because internet connections can be flakey or non-existent, you need to consider offline first: write your app as if it has no internet connection. Once your app works offline, add whatever network fu...
- tags: offline-first