README
react-ls
Help you to save data on the client side
Install
npm i react-ls
Usage
import LocalStorage from "react-ls";
<LocalStorage>
{({get, set, remove, key}, isError) => <YourChildrenComponents>}
</LocalStorage>
Help you to cache data on the client side
<script type="module">
import reactLs from 'https://cdn.skypack.dev/react-ls';
</script>
Help you to save data on the client side
npm i react-ls
import LocalStorage from "react-ls";
<LocalStorage>
{({get, set, remove, key}, isError) => <YourChildrenComponents>}
</LocalStorage>