@jswork/next-local-forage

LocalForage for next.

Usage no npm install needed!

<script type="module">
  import jsworkNextLocalForage from 'https://cdn.skypack.dev/@jswork/next-local-forage';
</script>

README

next-local-forage

LocalForage for next.

version license size download

installation

npm install -S @jswork/next-local-forage

apis

api params description
get - Get item data.
gets - Get items.
set - Set value.
sets - Set values.
del - Delete a value by key.
dels - Deleta multiple values.
clear - Clear the store.
config - Config the store.

usage

import NxLocalForage from '@jswork/next-local-forage';

resources

license

Code released under the MIT license.