Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 4.24 KB

offline-first.md

File metadata and controls

65 lines (53 loc) · 4.24 KB

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


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.


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...


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...


https://github.com/pazguille/offline-first

Useful resources for creating Offline-First web apps


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.


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...


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...


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...