Note: crudux is still a work in progress.
Crudux is an attempt to dry up applications using Redux.
After creating a few Redux applications, we noticed we kept rewriting the basic entity reducers/selectors. From those applications I've distilled some basic principals into crudux
.
PageGroups
which allow multiple paging instances at once.Crudux comes with a reducer, and a set of actions / selectors to store your entity state.
It uses normalizr under the hood to store your entities in a normalized way.
npm install --save crudux
# or
yarn add crudux
TODO
- Fill this section out on how to create a reducer and attach it to your store.reducers
and actions
.creating
and updating
This library was inspired by some great libraries out there.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4