From 2d926c6617268736334769473bc987ffe47d3cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Lisiczy=C5=84ski?= Date: Fri, 11 Sep 2020 00:04:31 +0200 Subject: [PATCH] Add redux-smart-actions library This library is a little similar to redux-act or redux-actions, but provides some unique features like: - thunk creators - no need to pass action type as string to `createAction` thanks to babel plugin - optional possibility to have guaranteed of action type uniqueness, but with deterministic way --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b0208..dec9fc7 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ * [**axios-promise-redux-middleware** - This is a tiny redux middleware which allows you to make http requests(using axios) by dispatching actions](https://www.npmjs.com/package/axios-promise-redux-middleware) * [**redux-callbag** - Redux middleware for action side effects with callbag + Extremely lightweight and highly scalable](https://github.com/janryWang/redux-callbag) * [**@reactive-crystal/redux-websocket** - Redux Websocket middleware, reducer and protocol router. ](https://www.npmjs.com/package/@reactive-crystal/redux-websocket) - + * [**redux-smart-actions** - The fastest way to write Redux actions.](https://github.com/klis87/redux-smart-actions) * Tools * [**actiontyper** - Helper to create less verbose action types for Redux](https://github.com/alnorris/redux-actiontyper)