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

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

Awesome Lists containing this project

README

          

# @articulate/ducks
[![@articulate/ducks](https://img.shields.io/npm/v/@articulate/ducks.svg)](https://www.npmjs.com/package/@articulate/ducks)
[![Build Status](https://travis-ci.org/articulate/ducks.svg?branch=master)](https://travis-ci.org/articulate/ducks)
[![Coverage Status](https://coveralls.io/repos/github/articulate/ducks/badge.svg?branch=master)](https://coveralls.io/github/articulate/ducks?branch=master)
[![NSP Status](https://nodesecurity.io/orgs/articulate/projects/85c5232e-bc11-43ec-a3bd-8241bb7b17c4/badge)](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.