From c3370643f3d4e425f72b030cdc2841812cca1614 Mon Sep 17 00:00:00 2001 From: doniyor2109 Date: Sat, 12 Jan 2019 23:25:42 +0500 Subject: [PATCH 1/2] Added redux-lightweight --- actions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/actions.md b/actions.md index 7f83df3..248c0d3 100644 --- a/actions.md +++ b/actions.md @@ -275,6 +275,10 @@ - **redux-actiontyper** https://github.com/alnorris/redux-actiontyper Helper to create slightly less verbose redux action types. Uses ES6 Proxies! + +- **redux-actiontyper** + https://github.com/doniyor2109/redux-lightweight + Write one business logic instead of writing actions, action types and reducers #### Other Action Use Cases @@ -333,4 +337,4 @@ - **reducer-action-interceptor** https://github.com/jony89/reducer-action-interceptor - This plugin allows you on one hand to intercept action creators in order to patch the action before bubbling up to the reducers, and on the other hand to intercept the reducers in order to take advantage of that interception. \ No newline at end of file + This plugin allows you on one hand to intercept action creators in order to patch the action before bubbling up to the reducers, and on the other hand to intercept the reducers in order to take advantage of that interception. From 59b29078fa9dda06361e875448c7730bad36c993 Mon Sep 17 00:00:00 2001 From: doniyor2109 Date: Sat, 12 Jan 2019 23:29:41 +0500 Subject: [PATCH 2/2] Typo in lib name --- actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.md b/actions.md index 248c0d3..503225f 100644 --- a/actions.md +++ b/actions.md @@ -276,7 +276,7 @@ https://github.com/alnorris/redux-actiontyper Helper to create slightly less verbose redux action types. Uses ES6 Proxies! -- **redux-actiontyper** +- **redux-lightweight** https://github.com/doniyor2109/redux-lightweight Write one business logic instead of writing actions, action types and reducers