Skip to content

🎨 simple library that simple module that helps to management redux store CRUD 🕶

License

Notifications You must be signed in to change notification settings

Dev-Jeromebaek/redux-reducer-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-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.

About

🎨 simple library that simple module that helps to management redux store CRUD 🕶

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published