Just learned about localforage - An npm package that makes it easy to store...


Just learned about localforage - An npm package that makes it easy to store data in IndexDB, using a slick, localStorage like API.

Supports 3 APIs:
1. Callbacks
2. Promises
3. Async/await

Unlike localStorage, you can store any type in localforage. 👍

https://github.com/localForage/localForage

View original on X