Skip to content

evojam/redux-utils

Repository files navigation

@evojam/redux-utils

npm version Build Status

Redux action utils are based on this article

Installing latest version

Using npm run npm install --save-dev @evojam/redux-utils.

For yarn usage yarn add -D @evojam/redux-utils.

Installing version of choice

Using npm run npm install --save-dev @evojam/redux-utils#VERSION.

For yarn usage yarn add -D @evojam/redux-utils#VERSION.

Example: npm install --save-dev @evojam/redux-utils#v1.0.0 to install version v1.0.0.