Skip to content
Peter Gundel edited this page Jul 29, 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.

  • actions: generates action creators and action types.
  • actionsIncludingCrud: removes reducer boilerplate for common CRUD functionality.
  • configureCrudReducer: make your own crudReducer that plays nice with your back-end API.
  • 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.

Our inline documentation is tested by InchCI

Clone this wiki locally