redux-store-visualizer
Redux visualizer
Tool to visualize Redux store data in real-time using charting and visualization libraries
Visualize Redux store in real time
329 stars
12 watching
9 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
titouancreach/vuejs-redux | A flexible way to connect Vue.js and Redux stores for building state management systems | 57 |
markdalgleish/redux-analytics | A middleware solution for tracking and analyzing Redux application state changes | 489 |
swennemans/redux-lunr | Middleware that makes Redux stores searchable with the help of the Lunr.js search engine | 30 |
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 421 |
samiskin/redux-electron-store | Synchronizes Redux stores across multiple processes in an Electron application. | 375 |
zhouhansen/rechyons | A state management library that simplifies the creation of Redux stores with automatic action and reducer generation. | 10 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
lastmjs/redux-store-element | An element allowing declarative Redux API integration | 82 |
idolize/redux-requests | Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests | 243 |
niklv/vuex-coolstory | A Vuex plugin for managing side effects with Redux Saga | 23 |
vicentedealencar/redux-pouchdb | A library that syncs Redux stores with PouchDB databases | 222 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
calesce/redux-slider-monitor | An extension for Redux DevTools to replay recorded Redux actions using a slider-based interface. | 207 |
jlyman/rn-navigationexperimental-redux-example | A demonstration app showing how to use Redux and NavigationExperimental for managing navigation state in React Native applications. | 342 |