redux-easy-crud
v0.8.2
Published
Redux EASY CRUD
Downloads
19
Readme
Redux EASY CRUD
redux-easy-crud is a library based on redux-crud?
It provide the following enhancements :
helpers functions to speed redux crud application development
a new api permitting to read a ressource from its id
split the reducer on two reducers : reducer and status. Status reducer permits to be notified of errors
add fetchStart and fetchError on the reducer (status)
new transactionals api, permitting to create or update a set of ressources. If a update or write of a resource fail, the system is roolbacked to its origin.
Testing
npm test
Example
You can see a basic example here