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)
$ npm install --save redux-reducer-helper
or
$ yarn add redux-reducer-helper
Alternatively, you may use the provided UMD builds directly in the <script>
tag of an HTML page.