An open API service indexing awesome lists of open source software.

https://github.com/ericgio/redux-utils

A set of opinionated utilities for using Redux in a webapp.
https://github.com/ericgio/redux-utils

Last synced: 4 months ago
JSON representation

A set of opinionated utilities for using Redux in a webapp.

Awesome Lists containing this project

README

          

# redux-utils
A set of common utilities for using Redux in an app.

[![npm version](https://img.shields.io/npm/v/@ericgio/redux-utils.svg?style=flat-square)](https://www.npmjs.com/package/@ericgio/redux-utils)
[![npm downloads](https://img.shields.io/npm/dm/@ericgio/redux-utils.svg?style=flat-square)](https://www.npmjs.com/package/@ericgio/redux-utils)
[![build status](https://img.shields.io/travis/ericgio/redux-utils/master.svg?style=flat-square)](https://travis-ci.org/ericgio/redux-utils)
[![Coveralls github](https://img.shields.io/coveralls/github/ericgio/redux-utils/master.svg?style=flat-square)](https://coveralls.io/github/ericgio/redux-utils)
[![MIT License](https://flat.badgen.net/github/license/ericgio/redux-utils)](LICENSE.md)

## Installation

```
npm install --save @ericgio/redux-utils
```
or
```
yarn add @ericgio/redux-utils
```

## License
[MIT](https://github.com/ericgio/redux-utils/blob/master/LICENSE.md)