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.
- Host: GitHub
- URL: https://github.com/ericgio/redux-utils
- Owner: ericgio
- License: mit
- Created: 2019-10-08T19:43:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:21:05.000Z (over 3 years ago)
- Last Synced: 2025-10-20T07:36:27.362Z (8 months ago)
- Language: JavaScript
- Size: 936 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# redux-utils
A set of common utilities for using Redux in an app.
[](https://www.npmjs.com/package/@ericgio/redux-utils)
[](https://www.npmjs.com/package/@ericgio/redux-utils)
[](https://travis-ci.org/ericgio/redux-utils)
[](https://coveralls.io/github/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)