awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
reduxjs avatar

reduxjs/redux-devtools

0
View on GitHub↗
14,336 Stars·1,196 Forks·TypeScript·mit·6 Aufrufeyoutube.com/watch?v=xsSnOQynTHs↗

Redux Devtools

Redux DevTools is a development utility designed for inspecting, monitoring, and replaying state changes within applications built using the Redux predictable state container. It functions as a JavaScript state inspector that tracks data flow and visualizes action sequences to assist in identifying logic errors during the development process.

The tool provides time-travel debugging capabilities, allowing developers to navigate through recorded action sequences to isolate specific application states. By capturing state transitions as a sequential log, it enables the reproduction of past application states and the visualization of how an application reached its current configuration.

Beyond standard state inspection, the tool supports cross-platform debugging across web, desktop, and server environments. It includes features for monitoring frontend performance by analyzing state updates and action dispatch patterns, ensuring consistent data flow tracking regardless of the execution environment.

Features

  • Centralized State Containers - Inspects, monitors, and replays state changes within applications built using the predictable state container.
  • State Debugging Tools - Inspects and monitors state changes in applications built using the predictable state container to identify logic errors.
  • Execution Time Travel - Navigates through recorded action sequences to visualize how an application reached its current state and identify the exact moment a bug occurred.
  • State Inspection Interfaces - Tracks and displays every state change within an application to help developers monitor data flow and identify logic errors in real time.
  • State Inspectors - Provides a browser-based utility for tracking data flow and visualizing action sequences to identify logic errors.
  • State Snapshots - Captures and stores discrete application state transitions as a sequential log to allow for precise time-travel debugging.
  • IDE-Erweiterungen - Inspects state for NgRx applications.
  • Debugging and Inspection Tools - Supports debugging application state across web, desktop, and server environments to maintain consistent data flow tracking.
  • Remote Debugging Sockets - Transmits serialized state logs over a network socket to allow monitoring of applications running in isolated or non-browser environments.
  • Event Middleware Systems - Hooks into the application data flow by wrapping the central dispatcher to observe and record every incoming state mutation.
  • State Serialization - Converts complex application data structures into a portable format to enable persistent storage and reconstruction of past application states.
  • Reactive State Subscriptions - Notifies external debugging tools of every state change by maintaining a list of listeners that react to incoming action dispatches.
  • Performance Monitors - Analyzes state updates and action dispatch patterns to optimize application performance and ensure efficient data handling.
  • Dynamic UI Injection - Renders debugging interfaces as isolated overlays or separate windows that communicate directly with the host application runtime.

Star-Verlauf

Star-Verlauf für reduxjs/redux-devtoolsStar-Verlauf für reduxjs/redux-devtools

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Redux Devtools

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Redux Devtools.
  • zalmoxisus/redux-devtools-extensionAvatar von zalmoxisus

    zalmoxisus/redux-devtools-extension

    13,460Auf GitHub ansehen↗

    This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for inspecting and modifying application state and actions in real time, serving as an action logger and time travel debugger to troubleshoot application logic. The tool allows users to navigate a chronological history of state changes to replay previous versions of the application or skip specific actions. It also functions as a remote monitoring bridge, streaming Redux state and actions from non-browser environments to a centralized debugging interface. The capability surface in

    JavaScriptdebugdevtoolsextension
    Auf GitHub ansehen↗13,460
  • day8/re-frameAvatar von day8

    day8/re-frame

    5,532Auf GitHub ansehen↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    Auf GitHub ansehen↗5,532
  • gaearon/redux-devtoolsAvatar von gaearon

    gaearon/redux-devtools

    14,355Auf GitHub ansehen↗

    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

    TypeScript
    Auf GitHub ansehen↗14,355
  • alibaba/fish-reduxAvatar von alibaba

    alibaba/fish-redux

    7,275Auf GitHub ansehen↗

    fish-redux is a Flutter application framework and state management library that implements a Redux-based workflow. It provides a centralized state container and uses reducers and actions to maintain a single source of truth, ensuring data consistency across application screens and components. The framework includes a state-to-UI connector that transforms raw state data for display and automatically updates views. It features a component lifecycle manager that triggers logic and state updates based on when UI components mount or unmount. The project covers dependency injection for reducing co

    Dartadapteraopcomponent
    Auf GitHub ansehen↗7,275
Alle 30 Alternativen zu Redux Devtools anzeigen→

Häufig gestellte Fragen

Was macht reduxjs/redux-devtools?

Redux DevTools is a development utility designed for inspecting, monitoring, and replaying state changes within applications built using the Redux predictable state container. It functions as a JavaScript state inspector that tracks data flow and visualizes action sequences to assist in identifying logic errors during the development process.

Was sind die Hauptfunktionen von reduxjs/redux-devtools?

Die Hauptfunktionen von reduxjs/redux-devtools sind: Centralized State Containers, State Debugging Tools, Execution Time Travel, State Inspection Interfaces, State Inspectors, State Snapshots, IDE-Erweiterungen, Debugging and Inspection Tools.

Welche Open-Source-Alternativen gibt es zu reduxjs/redux-devtools?

Open-Source-Alternativen zu reduxjs/redux-devtools sind unter anderem: zalmoxisus/redux-devtools-extension — This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for… day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… gaearon/redux-devtools — Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces… rackt/redux — Redux is a JavaScript state management library that serves as a centralized state container for application data. It… alibaba/fish-redux — fish-redux is a Flutter application framework and state management library that implements a Redux-based workflow. It… open-source-labs/reactime — Reactime is a browser extension designed for debugging and profiling React applications. It provides a specialized…