redux-api-middleware
API caller
Middleware that calls an API and dispatches standard actions based on the request outcome.
Redux middleware for calling an API.
1k stars
17 watching
195 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
thomas4019/expressa | A middleware library for building extensible APIs with JSON schema-driven collection management and admin interfaces. | 439 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
cantierecreativo/redux-bees | A declarative API client library for managing JSON API calls with Redux | 592 |
ezekielchentnik/redux-reporter | Middleware for reporting actions to third party APIs | 19 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
lexich/redux-api | Generates boilerplate code for Redux-based client-side API interactions | 496 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
subyraman/redux-webauthn | Middleware and tools for integrating Web Authentication API into web applications | 12 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |