Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding redux-tools to reducers section #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions reducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,11 @@
- **redux-extensible-store**
https://github.com/lundegaard/redux-extensible-store
Redux extension that allows you to dynamically inject new reducers and sagas into you running application.



- **redux-tools**
https://github.com/lundegaard/redux-tools
A collection of Redux libraries for modular applications. The library allows you to dynamically inject and eject reducers, middleware and epics from redux-observable. An injection can be based on namespace so the certain epic/middleware/reducer is applied only for certain module.

#### State Machines

- **redux-machine**
Expand Down