awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gaearon avatar

gaearon/redux-devtools

0
View on GitHub↗
14,355 نجوم·1,194 تفرعات·TypeScript·MIT·7 مشاهداتyoutube.com/watch?v=xsSnOQynTHs↗

Redux Devtools

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 workflows. These capabilities enable the recording and visualization of state transitions to identify how specific actions modify the application store.

Features

  • State Inspection Interfaces - Provides a comprehensive visual interface for tracking and displaying real-time state changes and data flow.
  • Action-Based State Tracking - Intercepts dispatched actions to record state transitions in a history log for traceability.
  • State Debugging Tools - Provides tools for monitoring and inspecting application state and data flow in real time.
  • Time-Travel Debuggers - Provides a tool for recording and replaying state transitions to move backward and forward through application history.
  • Application State Rewinding - Allows rewinding the UI to a specific point by replacing the current state with a historical snapshot.
  • Action Replay Mechanisms - Implements a mechanism to re-dispatch historical action sequences to recreate specific application states.
  • State Snapshots - Captures deep copies of the state tree at action boundaries to enable non-destructive time-travel debugging.
  • State Transition Visualizers - Provides a visualizer for monitoring state transitions and identifying how specific actions modify the store.
  • Remote Debugging - Offers a debugging interface to connect to and inspect the state of applications running in remote environments.
  • Hot-Reloading Systems - Supports iterating on code while it runs, reflecting state changes without requiring an application restart.
  • Remote Debugging Bridges - Establishes network sockets to stream action and state payloads from remote environments to a local debugger.
  • Cross-Window Messaging - Provides interfaces for synchronizing state between the application and a standalone debugger window using post-message APIs.
  • Remote Monitoring Dashboards - Provides a web-based interface for visualizing the state of remote applications without requiring direct terminal access.
  • أدوات التطوير - Official development tools for state inspection.
  • Development Utilities - DevTools for state management with hot reloading.
  • Development Workflow - Tool for time-travel debugging of Redux state.
  • Dev tools / Inspection tools - Listed in the “Dev tools / Inspection tools” section of the Awesome Redux awesome list.
  • React - A JavaScript library for building user interfaces - Listed in the “React - A JavaScript library for building user interfaces” section of the Awesome Redux awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ gaearon/redux-devtoolsمخطط تاريخ النجوم لـ gaearon/redux-devtools

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة gaearon/redux-devtools؟

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.

ما هي الميزات الرئيسية لـ gaearon/redux-devtools؟

الميزات الرئيسية لـ gaearon/redux-devtools هي: State Inspection Interfaces, Action-Based State Tracking, State Debugging Tools, Time-Travel Debuggers, Application State Rewinding, Action Replay Mechanisms, State Snapshots, State Transition Visualizers.

ما هي البدائل مفتوحة المصدر لـ gaearon/redux-devtools؟

تشمل البدائل مفتوحة المصدر لـ gaearon/redux-devtools: zalmoxisus/redux-devtools-extension — This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for… jhen0409/react-native-debugger — React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile… reactotron/reactotron — Reactotron is a desktop application and collection of developer tools designed for monitoring runtime errors,… skellock/reactotron — Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native… reduxjs/redux-devtools — Redux DevTools is a development utility designed for inspecting, monitoring, and replaying state changes within… mobxjs/mobx-state-tree — MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed…

بدائل مفتوحة المصدر لـ Redux Devtools

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Redux Devtools.
  • zalmoxisus/redux-devtools-extensionالصورة الرمزية لـ zalmoxisus

    zalmoxisus/redux-devtools-extension

    13,460عرض على GitHub↗

    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
    عرض على GitHub↗13,460
  • jhen0409/react-native-debuggerالصورة الرمزية لـ jhen0409

    jhen0409/react-native-debugger

    10,460عرض على GitHub↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    JavaScript
    عرض على GitHub↗10,460
  • reactotron/reactotronالصورة الرمزية لـ reactotron

    reactotron/reactotron

    15,564عرض على GitHub↗

    Reactotron is a desktop application and collection of developer tools designed for monitoring runtime errors, analyzing network requests, and inspecting state within JavaScript and React environments. It serves as a debugger for both React JS and React Native projects, providing a visual interface to monitor internal application state and performance. The tool provides specialized inspectors for React Native mobile applications and React web applications. It allows for the real-time tracking of state changes and the dispatching of actions to a state manager to test different application scena

    TypeScript
    عرض على GitHub↗15,564
  • skellock/reactotronالصورة الرمزية لـ skellock

    skellock/reactotron

    15,564عرض على GitHub↗

    Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native applications. It serves as a specialized debugging interface for monitoring network requests, performance metrics, and state transitions in JavaScript and mobile application frameworks. The tool provides a real-time interface for tracking data flow and dispatching actions to test different state transitions. It includes a network traffic monitor to intercept and display API requests and responses, as well as a performance analysis tool for capturing execution data and measuring op

    TypeScript
    عرض على GitHub↗15,564
عرض جميع البدائل الـ 30 لـ Redux Devtools→