2.0.0 • Published 2 years ago

localstorage-var v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LocalStorage Var

Implementation of the mini-events variable interface using localStorage

Usage

Call the exported function with a string key to get a function which has the same type as variable from mini-events.

const [set, { get, changed }] = localStorageVar('myState')('initialState')

See @lbfalvy/mini-events for examples on how to use the variable interface.