redux-actions
Flux Standard Action utilities for Redux.
README
redux-actions
Flux Standard Action utilities for Redux
Table of Contents
- Usage
Getting Started
Installation
- ```bash
- $ npm install --save redux-actions
- ```
or
- ```bash
- $ yarn add redux-actions
- ```
The npm package provides a CommonJS build for use in Node.js, and with bundlers like Webpack and Browserify. It also includes an ES modules build that works well with Rollup and Webpack2's tree-shaking.