redux-reporter
API reporter
Middleware for reporting actions to third party APIs
Redux middleware for reporting actions to third party APIs.
19 stars
3 watching
1 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
ngokevin/redux-raven-middleware | Middleware to send error reports to Sentry from Redux applications | 227 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
rishantagarwal/react-redux-persist-sentry-middleware | A middleware solution for sending error reports to Sentry in React + Redux applications. | 10 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
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 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
lexich/redux-api | Generates boilerplate code for Redux-based client-side API interactions | 496 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
yildizberkay/redux-example | A sample React project demonstrating the use of Redux as a state container to manage complex applications | 90 |
markdalgleish/redux-analytics | A middleware solution for tracking and analyzing Redux application state changes | 489 |
shanhaichik/redux-sync-promise | Middleware for writing asynchronous actions in synchronous style | 4 |
idolize/redux-requests | Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests | 243 |
d6u/redux-observable-middleware | Middleware for subscribing to observables in Redux action creators. | 57 |