redux-fetch-middleware
Redux fetcher
A middleware that simplifies data fetching and status tracking in Redux applications.
The simplest middleware using fetch api for redux to send request
38 stars
3 watching
7 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
fetchredux
Related projects:
Repository | Description | Stars |
---|---|---|
| Middleware to catch and handle promises and async functions in Redux applications | 66 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
| Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
| Middleware to sync parts of Redux state with browser cookies. | 81 |
| A tool for remotely debugging and inspecting Redux stores in React Native and other applications. | 1,805 |
| A middleware for synchronizing the URL with Redux store state | 7 |
| A middleware solution for handling errors in Redux applications with support for error tracking platforms. | 150 |
| Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
| Middleware for organizing business logic in Redux applications | 1,806 |
| A library that provides Redux integration with the Deku framework | 30 |
| A React application wrapper that simplifies Redux setup by providing conventions and automating basic tasks. | 175 |
| A tool that synchronizes Backbone collections and Redux stores in real-time | 191 |
| A middleware solution for managing side effects in Redux-like state management systems | 106 |
| Allows dispatching multiple actions from one action creator in a non-blocking manner | 137 |