redux-actions

Flux Standard Action utilities for Redux.

README

redux-actions


Build Status
codecov
npm
npm

Flux Standard Action utilities for Redux


Table of Contents


  - Usage

Getting Started


Installation


  1. ```bash
  2. $ npm install --save redux-actions
  3. ```

or

  1. ```bash
  2. $ yarn add redux-actions
  3. ```

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.

The [UMD](https://unpkg.com/redux-actions@latest/dist) build exports a global called `window.ReduxActions` if you add it to your page via a `