redux-devtools-log-monitor
State logger
A Redux DevTools component that displays a log of states and actions, allowing developers to inspect and modify the application state.
The default monitor for Redux DevTools with a tree view
310 stars
6 watching
67 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bvaughn/redux-devtools-filterable-log-monitor | A tool that displays Redux action logs in a filterable tree view. | 153 |
gaearon/redux-devtools-dock-monitor | A tool that allows users to resize and move a monitor dock for Redux DevTools | 405 |
ngrx/store-log-monitor | Provides a tool to monitor and log actions in an Angular application's store | 63 |
glung/redux-java | A Java implementation of Redux, a predictable state container for apps. | 327 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
imevro/redux-diff-logger | A middleware for Redux that logs differences between state updates | 175 |
exodusmovement/redux-watch | A tool to monitor and notify when Redux store state changes occur | 309 |
whetstone/redux-devtools-diff-monitor | A Redux plugin that highlights changes to an application's state from action to action. | 176 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
gamtiq/listate | A library to listen for changes in a Redux store's state | 6 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
low-ghost/redux-node-logger | A middleware logger for Redux applications in Node environments | 24 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
storeon/storeon | A tiny event-based state manager for React and other frameworks, allowing fast re-renders of components based on changes to state. | 1,977 |
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 |