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: over 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that simplifies making AJAX requests in Redux-based single-page applications by automatically managing network state and updating data. | 367 |
| Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| A JavaScript library for managing global state in applications | 60,939 |
| A reimplementation of Redux using RxJS | 420 |
| A flexible way to connect Vue.js and Redux stores for building state management systems | 57 |
| Enables simple handling of async action creators in Redux | 1,982 |
| A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
| A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
| A Redux middleware for parsing HTML documents from HTTP requests using Cheerio. | 6 |
| Middleware to catch and handle promises and async functions in Redux applications | 66 |
| A JavaScript library for managing and predicting application state changes | 204 |
| Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. | 103 |
| Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
| Automatically generates Redux action creators and reducers for REST APIs | 180 |
| A declarative API client library for managing JSON API calls with Redux | 592 |