0.2.0 • Published 5 years ago

storeon-localstorage v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

storeon-localstorage

Installation

yarn add storeon-localstorage

Usage

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 = String

Default value of config.key is storeon. This key used to store date in local storage.

LICENSE

MIT

Acknowledgments

This module based on redux-localstorage.