0.2.0 • Published 7 years ago
storeon-localstorage v0.2.0
storeon-localstorage
Installation
yarn add storeon-localstorageUsage
import persistState from 'storeon-localstorage'
const store = createStore([
/* modules */
persistState(),
])persistState(path, config)
type path = Void | String | Array<String>If no pass the path value then persistState store in local storage all state.
type config.key = StringDefault value of config.key is storeon. This key used to store date in local storage.
LICENSE
MIT
Acknowledgments
This module based on redux-localstorage.