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: 23 days ago
Linked from 1 awesome list
fetchredux
Related projects:
Repository | Description | Stars |
---|---|---|
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
grofers/redux-cookies-middleware | Middleware to sync parts of Redux state with browser cookies. | 81 |
zalmoxisus/remote-redux-devtools | A tool for remotely debugging and inspecting Redux stores in React Native and other applications. | 1,805 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
platzidev/redux-catch | A middleware solution for handling errors in Redux applications with support for error tracking platforms. | 150 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
troch/deku-redux | A library that provides Redux integration with the Deku framework | 30 |
mjaneczek/conventional-redux | A React application wrapper that simplifies Redux setup by providing conventions and automating basic tasks. | 175 |
redbooth/backbone-redux | A tool that synchronizes Backbone collections and Redux stores in real-time | 191 |
reswift/reswift-thunk | A middleware solution for managing side effects in Redux-like state management systems | 106 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |