redux-analytics
Analytics middleware
A middleware solution for tracking and analyzing Redux application state changes
Analytics middleware for Redux
489 stars
9 watching
22 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
markdalgleish/redial | Provides data fetching and route lifecycle management features to enhance React applications | 1,101 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
romseguy/redux-store-visualizer | Tool to visualize Redux store data in real-time using charting and visualization libraries | 329 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
ezekielchentnik/redux-reporter | Middleware for reporting actions to third party APIs | 19 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
matthieu-beteille/redux-data-fx | A library that helps separate business logic and side effects in Redux applications using declarative data structures | 53 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
acdlite/redux-rx | A library that provides reactive utilities for building connected components in Redux applications | 1,007 |
angular-redux/ng-redux | A tool that integrates Redux with Angular applications to manage global state and side effects in a structured way. | 1,159 |