@blacktoolbox/react-sync-localstorage

1.0.2 • Public • Published

Blacktbox-react-sync-localstorage

A component for sync data from localstorage with React.

Installation

Using with NPM:

$ npm install --save @blacktoolbox/react-sync-localstorage

// using ES6 modules
import { SyncLocalStorageProvider, useSyncLocalStorage } from '@blacktoolbox/react-sync-localstorage';

// using CommonJS modules
var SyncLocalStorageProvider = require('@blacktoolbox/react-sync-localstorage').SyncLocalStorageProvider;
var useSyncLocalStorage = require('@blacktoolbox/react-sync-localstorage').useSyncLocalStorage;

Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.

Please file issue, if you have any issue or idea.

Homepage

You can see the document website on-line.

Package Sidebar

Install

npm i @blacktoolbox/react-sync-localstorage

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

13.4 kB

Total Files

6

Last publish

Collaborators

  • vannoel