0.1.0-beta.2 • Published 5 years ago

redux-reducer-helper v0.1.0-beta.2

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

redux-reducer-helper

GitHub license PRs Welcome npm version npm Github Issues Github Issues

redux-reducer-helper is a library that simple module that helps to management redux store CRUD.

init, set, update, push,

delete: init(state, target, initState)
set: set(state, target, purpose)
update: update(state, target, index, key, value)
push: push(state, target, purpose)

Getting started

Install

$ npm install --save redux-simple-pending

or

$ yarn add redux-simple-pending

Alternatively, you may use the provided UMD builds directly in the <script> tag of an HTML page.