From e5b8986d63c07d97bf9fe45aa38e03231db3eb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Lisiczy=C5=84ski?= Date: Sat, 5 Sep 2020 23:35:35 +0200 Subject: [PATCH] Updated redux-saga-requests with redux-requests The new library has almost the same API, still can be used with sagas but it doesn't require sagas to be used and it is not driven by sagas anymore, but pure middleware. It reached stabel 1.0 too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b0208..cee87d6 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ * [**redux-autoreducers** - Redux Auto reducers generator.](https://github.com/oxyno-zeta/redux-autoreducers) * [**redux-resource** - Lightweight remote resource management for Redux.](https://github.com/jmeas/redux-resource) * [**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-requests** - Declarative AJAX requests and automatic network state management for Redux](https://github.com/klis87/redux-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) * [**encaps** - a library to create independent, reusable and extensible modules for redux applications.](https://github.com/megazazik/encaps)