githubEdit

redux-actions

redux-actions

Build Statusarrow-up-right codecovarrow-up-right npmarrow-up-right npmarrow-up-right

Flux Standard Actionarrow-up-right utilities for Redux

Table of Contents

Getting Started

Installation

$ npm install --save redux-actions

or

$ yarn add redux-actions

The npmarrow-up-right package provides a CommonJSarrow-up-right build for use in Node.js, and with bundlers like Webpackarrow-up-right and Browserifyarrow-up-right. It also includes an ES modulesarrow-up-right build that works well with Rolluparrow-up-right and Webpack2arrow-up-right's tree-shaking.

The UMDarrow-up-right build exports a global called window.ReduxActions if you add it to your page via a <script> tag. We don’t recommend UMD builds for any serious application, as most of the libraries complementary to Redux are only available on npmarrow-up-right.

Usage

See the full API documentation.arrow-up-right

Documentation

Last updated