0.1.1 • Published 3 years ago

@rhinolabs/redux-persist v0.1.1

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

Redux Persist

Subscribe the Redux Store and replicate to sessionStorage.

Features

  • Persist the redux store in sessionStorage

Installing

# install via npm
$ npm install @rhinolabs/redux-persist
#or yarn
$ yarn add @rhinolabs/redux-persist

Contributing

  1. Clone it (git clone git@github.com:rhinolabs/redux-persist.git)
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes using conventional changelog standards (git commit -m 'feat(my-new-feature): add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Ensure linting/security/tests are all passing
  6. Create new Pull Request

License

Licensed under the MIT License

Copyright (c) 2021 RhinoLabs Agency LLC.