Skip to content

Commit

Permalink
Add simple-duck implementation link (erikras#72)
Browse files Browse the repository at this point in the history
* Add simple-duck implementation link

I wasnt happy with existing implementations of duck idea, so created my own. Code looks pretty explicit and simple. Already used it couple projects (commercial can't show)

* Update README.md

* spellcheck
  • Loading branch information
xander27 authored and erikras committed Jun 6, 2018
1 parent 39a4bb5 commit 2c3ccd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Although it's completely feasable to implement it without any extra library, the
* [modular-redux-thunk](https://github.com/benbeadle/modular-redux-thunk) - A ducks-inspired package to help organize actions, reducers, and selectors together - with built-in redux-thunk support for async actions.
* [molecular-js](https://www.npmjs.com/package/molecular-js) - Set of utilities to ease the development of modular state management patterns with Redux (also known as ducks).
* [ducks-reducer](https://github.com/drpicox/ducks-reducer) - Function to combine _ducks object_ reducers into one reducer (equivalent to [combineReducers](https://redux.js.org/docs/api/combineReducers.html)), and function [ducks-middleware](https://github.com/drpicox/ducks-middleware) to combine _ducks object_ middleware into one single middleware compatible with [applyMiddleware](https://redux.js.org/docs/api/applyMiddleware.html).
* [simple-duck](https://github.com/xander27/simple-duck) - Class based implementation of modules system, inspired by ducks-modular-redux. All OOP benefits like inheritance and composition. Support combining of duck-module classes and regular reducer functions using `combineModules` function.

Please submit any feedback via an issue or a tweet to [@erikras](https://twitter.com/erikras). It will be much appreciated.

Expand Down

0 comments on commit 2c3ccd7

Please sign in to comment.