30 open-source projects similar to fcomb/redux-diff-logger, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Redux Diff Logger alternative.
Another Redux DevTools Monitor
Filterable tree view monitor for Redux DevTools
Dispatch your actions manually to test if your app reacts well.
Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces for inspecting state trees, monitoring real-time state changes, and dispatching actions. The project features a state time travel debugger that allows for rewinding and replaying sequences of dispatched actions to reproduce specific application states. It includes a remote state monitor to track state changes from sources in environments where local browser access is unavailable. The toolset covers action history replay, state change inspection, and hot-reload development work
Redux DevTools remotely.
This repository serves as a comprehensive knowledge base and study guide for developers preparing for technical assessments and job screenings focused on React. It provides a structured collection of common industry inquiries and answers designed to build proficiency in the core concepts and patterns required for modern web interface development. The resource covers the fundamental pillars of the library, including component-based architecture, declarative rendering, and unidirectional data flow. It details essential patterns for managing both local and global application state, as well as te
Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues/125 for more details.
FSA-compliant promise middleware for Redux with simple behaviour with minimal boilerplate declarations.
Add validation to your Redux reducers
Helper to create less verbose action types for Redux
redux-api-middleware
Redux bindings for React Router – keep your router state inside your Redux store
Modular and easy-to-grasp redux based state management, with least boilerplate
It's "Atomic Flux with hot reloading", a next-generation take on the Flux pattern with a few core philosophical design differences, including:
A Router made for Redux and made for universal apps! stop using the router as a controller... it's just state!
Create redux reducers for async behaviors of multiple actions.
A custom monitor for Redux DevTools to replay recorded Redux actions
A nice, short and declarative way to interact with JSON APIs
Simple testing mechanism for Redux reducers