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

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

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

4 مستودعات

Awesome GitHub RepositoriesAction Replay Mechanisms

Systems for re-dispatching historical sequences of actions to recreate specific state transitions.

Distinct from Action-Based State Transitions: Distinct from Action-Based State Transitions: focuses on the temporal replay of a sequence for debugging rather than the pattern of using action objects.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Action Replay Mechanisms. Refine with filters or upvote what's useful.

Awesome Action Replay Mechanisms GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gaearon/redux-devtoolsالصورة الرمزية لـ gaearon

    gaearon/redux-devtools

    14,355عرض على GitHub↗

    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

    Implements a mechanism to re-dispatch historical action sequences to recreate specific application states.

    TypeScript
    عرض على GitHub↗14,355
  • 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

    Provides mechanisms to re-dispatch historical sequences of actions to recreate specific application states for debugging.

    JavaScriptdebugdevtoolsextension
    عرض على GitHub↗13,460
  • reswift/reswiftالصورة الرمزية لـ ReSwift

    ReSwift/ReSwift

    7,594عرض على GitHub↗

    ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a single store. It ensures predictable and traceable updates by requiring all state modifications to occur through explicit actions processed by reducer functions. The library includes a state time travel debugger that records and replays sequences of actions to reload or rewind the application state. It also provides an asynchronous action dispatcher to handle side effects and network requests while maintaining synchronized state updates. The framework covers a broad surface of st

    Records a chronological list of dispatched actions to allow replaying or rewinding the application state.

    Swift
    عرض على GitHub↗7,594
  • mobxjs/mobx-state-treeالصورة الرمزية لـ mobxjs

    mobxjs/mobx-state-tree

    7,050عرض على GitHub↗

    MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera

    Provides systems for re-dispatching historical sequences of actions to recreate specific state transitions.

    TypeScripthacktoberfestmobxmobx-state-tree
    عرض على GitHub↗7,050
  1. Home
  2. Software Engineering & Architecture
  3. Action-Based State Transitions
  4. Action Replay Mechanisms