redux-logger
State logger
A Redux middleware that logs and visualizes application state changes
Logger for Redux
6k stars
61 watching
320 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 2 awesome lists
angularreactreduxredux-loggerredux-middleware
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,852 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,512 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,536 |
reduxjs/redux-toolkit | An opinionated toolset for efficient Redux development | 10,737 |
rt2zz/redux-persist | A tool for persisting and rehydrating Redux stores. | 12,963 |
low-ghost/redux-node-logger | A middleware logger for Redux applications in Node environments | 24 |
acdlite/redux-router | A library that provides Redux bindings for React Router, allowing developers to manage routing state within their Redux store. | 2,300 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,803 |
gaearon/redux-devtools-log-monitor | A Redux DevTools component that displays a log of states and actions, allowing developers to inspect and modify the application state. | 310 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
bvaughn/redux-devtools-filterable-log-monitor | A tool that displays Redux action logs in a filterable tree view. | 153 |
rematch/rematch | A state management library for JavaScript applications that reduces Redux boilerplate and enforces best practices. | 8,473 |
prescottprue/react-redux-firebase | A library that provides Redux bindings for Firebase, enabling authentication, data population, and synchronization with Firebase Realtime Database, Firestore, and Storage. | 2,548 |