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 |
---|---|---|
| Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
| Middleware to send error reports to Sentry from Redux applications | 227 |
| Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
| A middleware solution for sending error reports to Sentry in React + Redux applications. | 10 |
| Middleware to catch and handle promises and async functions in Redux applications | 66 |
| Automatically generates Redux action creators and reducers for REST APIs | 180 |
| A declarative API client library for managing JSON API calls with Redux | 592 |
| Enables simple handling of async action creators in Redux | 1,982 |
| Generates boilerplate code for Redux-based client-side API interactions | 496 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| A sample React project demonstrating the use of Redux as a state container to manage complex applications | 90 |
| A middleware solution for tracking and analyzing Redux application state changes | 489 |
| Middleware for writing asynchronous actions in synchronous style | 4 |
| Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests | 243 |
| Middleware for subscribing to observables in Redux action creators. | 57 |