redux-reducer-helper

0.1.0-beta.2 • Public • Published

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.

Package Sidebar

Install

npm i redux-reducer-helper

Weekly Downloads

0

Version

0.1.0-beta.2

License

MIT

Unpacked Size

246 kB

Total Files

8

Last publish

Collaborators

  • dev-jeromebaek