From 704c30adffdbe97c84e2c03e44ebf02681294042 Mon Sep 17 00:00:00 2001 From: doniyor2109 Date: Thu, 20 Dec 2018 16:18:04 +0500 Subject: [PATCH] Added redux-lightweight Added redux-lightweight library to Tools section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa12309..26047a6 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,7 @@ * [**redux-bees** - A nice, declarative way of managing JSON API calls with Redux.](https://github.com/cantierecreativo/redux-bees) * [**redux-saga-requests** - Redux-Saga addon to simplify handling of AJAX requests. It supports Axios and Fetch API.](https://github.com/klis87/redux-saga-requests) * [**redux-browser-extension-sync** - Redux state synchronization between browser extension components (background/popup etc.). Works in Chrome, Firefox and Opera.](https://github.com/perry-mitchell/redux-browser-extension-sync) + * [**redux-lightweight** - Generates actions, action types and reducer from class.](https://github.com/doniyor2109/redux-lightweight) * Frameworks