redux-requests
Request manager
Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests
Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests https://idolize.github.io/redux-requests
243 stars
11 watching
10 forks
Language: JavaScript
last commit: about 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
klis87/redux-requests | A library that simplifies making AJAX requests in Redux-based single-page applications by automatically managing network state and updating data. | 367 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 421 |
titouancreach/vuejs-redux | A flexible way to connect Vue.js and Redux stores for building state management systems | 57 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
therewillbecode/redux-cheerio | A Redux middleware for parsing HTML documents from HTTP requests using Cheerio. | 6 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
sskyy/redux-task | Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. | 103 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
kvoti/redux-rest | Automatically generates Redux action creators and reducers for REST APIs | 180 |
cantierecreativo/redux-bees | A declarative API client library for managing JSON API calls with Redux | 592 |