-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fausto NA edited this page Jul 20, 2017
·
14 revisions
Welcome to the redux-belt wiki!
This library provides several highly opinionated helpers which ought to be useful while developing big apps with React, Redux and Sagas. These helpers ensure the keeping of best practices and their main goal is to reduce the amount of boilerplate introduced by Redux code, while avoiding conflict with Redux design decisions.
- actionsNamespace: generates action creators and action types.
-
configureCrudReducer: make your own
crudReducer
that plays nice with your back-end API. - crudActionsNamespace: removes reducer boilerplate for common CRUD functionality.
- crudReducer: a sane default reducer to help you build CRUD applications.
- simpleAsync: side-effects with redux-saga.
-
utils: utilities like
strict
to catch undefined action types in development.