localstorage.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [localstorage]
www.codever.land/bookmarks/t/localstorage
Client-side caching with Angular
https://maurogarcia.dev/maurogarcia.dev/posts/client-side-caching-with-angular/
In this article, I'm gonna show you how to implement client-side caching with Angular. By the end of this post, you'll be able to cache your http request like this:
...
- :calendar: published on: 2019-11-03
- tags: angular, caching, localstorage
How to Set Expiry Time (TTL) for LocalStorage With Javascript
https://www.sohamkamani.com/blog/javascript-localstorage-with-ttl-expiry/
This post will explain how to implement expiry times for items stored in the browsers localStorage.
- :calendar: published on: 2019-11-14
- tags: localstorage, javascript
GitHub - marcuswestin/store.js
https://github.com/marcuswestin/store.js
store.js - Cross-browser storage for all use cases, used across the web.
- tags: javascript, localstorage
- :octocat: source code