From 7aca2068f506e0da5d5148f6c05daf12287050b6 Mon Sep 17 00:00:00 2001 From: Mohammad Hasani <20781126+thebrodmann@users.noreply.github.com> Date: Sun, 21 Apr 2019 20:33:41 +0430 Subject: [PATCH 1/2] Add deox to reducers section --- reducers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reducers.md b/reducers.md index 21ae8e1..6a4870c 100644 --- a/reducers.md +++ b/reducers.md @@ -3,6 +3,10 @@ #### Reducer Utilities +- **deox** + https://github.com/thebrodmann/deox + Functional Type-safe Flux Standard Utilities. + - **multireducer** https://github.com/erikras/multireducer A utility to wrap many copies of a single Redux reducer into a single key-based reducer. From b811c1f1b7d703092b6ace1dfa176d3e2057100b Mon Sep 17 00:00:00 2001 From: Mohammad Hasani <20781126+thebrodmann@users.noreply.github.com> Date: Sun, 21 Apr 2019 20:35:51 +0430 Subject: [PATCH 2/2] Fix typo --- reducers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reducers.md b/reducers.md index 6a4870c..303514f 100644 --- a/reducers.md +++ b/reducers.md @@ -5,7 +5,7 @@ - **deox** https://github.com/thebrodmann/deox - Functional Type-safe Flux Standard Utilities. + Functional type-safe Flux standard utilities. - **multireducer** https://github.com/erikras/multireducer