View on GitHub

redux-belt

Opinionated helpers for Redux and Redux-Saga.

redux-belt

Build Status codecov Code Climate Inline docs npm version npm version PRs Welcome license

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.

redux-belt uses semantic versioning. So until 1.0.0 is reached expect many breaking changes.

Here are the design-defining constraints that redux-belt introduces:

You can find a comparison with similar existing projects in our wiki. Visit the redux-belt homepage.

Our documentation is tested by InchCI

Installation

With yarn

$ yarn add redux-belt

With npm

$ npm install --save redux-belt

Wiki