From 0db0bd023e19175b69c1700717ac5148982e2a9b Mon Sep 17 00:00:00 2001 From: Jeevananandan J Date: Sun, 10 Jul 2022 13:37:41 +0530 Subject: [PATCH] Redux-eggs added Actively maintained repo for dynamic reducer injection --- reducers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reducers.md b/reducers.md index ebc192b..9d48538 100644 --- a/reducers.md +++ b/reducers.md @@ -638,6 +638,10 @@ #### Dynamic Reducer Injection +- **redux-eggs** + https://github.com/fostyfost/redux-eggs + Here is a monorepository that contains packages that allow you to easily split your Redux store into separate parts (eggs), and then dynamically add and remove them when you need it. + - **redux-react-dynamic-store** https://github.com/kravchenkodev/redux-react-dynamic-store Allows to register reducers dynamically through react container components to help solve code-splitting and complex state in large applications.