Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wispy-storage

gabrielopeyemi11MIT0.0.11TypeScript support: included

better localstorage for frontend

React, Storage, React-Storage, Website Storage

readme

Wispy storage

better localstorage for frontend

Installation of wispy

npm i --save wispy-storage

Using wispy storage:

To add data to a store:
addToWispy('details', {name: 'gabe', age: 17});

To get data from store
getFromWispy('details');

To delete a store
deleteFromWispy('details');

To delete all stores
cleanWispy();

git repo:

https://github.com/gabrielopeyemi/wispy-storage.git