From 10a2bc492edb2a358324a4e0d16a6f93418c15f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Konra=CC=81dy?= Date: Wed, 6 Feb 2019 17:43:20 +0100 Subject: [PATCH] adding redux-tools to reducers section --- reducers.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reducers.md b/reducers.md index 21ae8e1..05f0ef7 100644 --- a/reducers.md +++ b/reducers.md @@ -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**