From 746bd6f1391cc6b851701d2feb62f80ee272f6b0 Mon Sep 17 00:00:00 2001 From: VelociRaptor <77036902+zignis@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:38:50 +0530 Subject: [PATCH] Update reducers.md --- reducers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reducers.md b/reducers.md index ebc192b..43bb15b 100644 --- a/reducers.md +++ b/reducers.md @@ -638,6 +638,10 @@ #### Dynamic Reducer Injection +- **dynux** + https://github.com/zignis/dynux + Dynamic redux reducer injection library, written in TypeScript. + - **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.