https://github.com/articulate/ducks
Collection of redux helper functions
https://github.com/articulate/ducks
frontend javascript redux
Last synced: over 1 year ago
JSON representation
Collection of redux helper functions
- Host: GitHub
- URL: https://github.com/articulate/ducks
- Owner: articulate
- License: mit
- Created: 2017-08-24T14:56:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T14:42:25.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T22:02:14.459Z (over 1 year ago)
- Topics: frontend, javascript, redux
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 61
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @articulate/ducks
[](https://www.npmjs.com/package/@articulate/ducks)
[](https://travis-ci.org/articulate/ducks)
[](https://coveralls.io/github/articulate/ducks?branch=master)
[](https://nodesecurity.io/orgs/articulate/projects/85c5232e-bc11-43ec-a3bd-8241bb7b17c4)
Collection of redux helper functions.
Helpful for implementing the following patterns:
- [Flux Standard Action](https://github.com/acdlite/flux-standard-action)
- [Ducks Modular Redux](https://github.com/erikras/ducks-modular-redux)
See the [documentation](https://github.com/articulate/ducks/blob/master/API.md) for details and examples.