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

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

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

reflux/refluxjs

0
View on GitHub↗
5,323 نجوم·322 تفرعات·JavaScript·BSD-3-Clause·7 مشاهدات

Refluxjs

Refluxjs هي مكتبة لإدارة الحالة مصممة لتنفيذ بنية تدفق بيانات أحادي الاتجاه. تدير حالة التطبيق من خلال دورة صارمة من الإجراءات والمخازن لمنع حلقات التحديث غير المتوقعة.

تنسق المكتبة العمليات غير المتزامنة من خلال إدارة تدفقات الأحداث وتشغيل إجراءات النجاح أو الفشل ذات الصلة. كما توفر سجل حالة عالمياً يتتبع حالات المخزن عبر معرفات فريدة، مما يتيح الاستنساخ العميق للاستمرارية وتصحيح الأخطاء عبر الزمن.

يغطي سطح قدراتها إدارة الحالة المركزية، بما في ذلك إنشاء مخازن البيانات وتجميع الحالة المشتقة. تتضمن أدوات لاعتراض انبعاثات الإجراءات عبر خطافات ما قبل الانبعاث وآليات لربط حالة المخزن مباشرة بمكونات واجهة المستخدم لإعادة العرض التلقائي.

Features

  • Unidirectional Data Flow Architectures - Ensures state changes follow a strict unidirectional cycle of actions and stores to prevent unpredictable update loops.
  • Centralized State Stores - Provides centralized state stores that act as the source of truth for application data.
  • Unidirectional State Management - Implements a strict unidirectional dataflow architecture to prevent unpredictable state update loops.
  • Asynchronous Action Handling - Coordinates long-running operations by managing event streams and triggering success or failure actions.
  • Action Creators - Provides a mechanism to define function objects that trigger application state changes.
  • Action Dispatching - Dispatches events to listening stores via synchronous execution or deferred asynchronous emission.
  • Centralized State Containers - Implements a centralized state management system where independent stores listen for actions to update application data.
  • Component State Bindings - Binds central store data directly to components to trigger automatic view re-renders.
  • Observer Patterns - Employs the observer pattern to notify registered listeners whenever store state changes.
  • Named Event Dispatchers - Implements a system that dispatches named events to notify subscribed store handlers.
  • Action-to-Handler Mappings - Binds stores to collections of actions by mapping action names to corresponding handler methods.
  • State Containers - Implements state containers that process actions and trigger updates to registered listeners.
  • Unidirectional Dataflow Architectures - Enforces a strict unidirectional dataflow to prevent unpredictable update loops in application state.
  • Action Creators - Defines function objects that trigger state changes through synchronous or asynchronous event execution.
  • Reactive Store Bindings - Binds store data to components so the view re-renders automatically upon store updates.
  • Reactive State Syncing - Connects central stores to UI components by mixing store state into properties with selective filtering.
  • Action Dispatchers - Provides mechanisms for dispatching named events to trigger state mutations within stores.
  • Subtree Action Listeners - Binds callbacks to trigger state updates when specific actions are dispatched via individual or bulk mapping.
  • Centralized State Management - Maintains application data in central stores that listen for actions and update internal state.
  • React State Bindings - Binds central store data directly to React components to trigger automatic view re-renders.
  • State Management Libraries - Provides a library for managing application state using a unidirectional dataflow architecture.
  • Undo-Redo State Stores - Enables the retrieval of global state deep copies and programmatic updates to support undo and redo features.
  • Time-Travel Debugging - Provides a global state registry that enables deep cloning for persistence and time-travel debugging.
  • Event Stream Join Patterns - Joins multiple asynchronous action emissions to coordinate parallel state operations.
  • State Snapshots - Tracks state across multiple stores in a central registry to enable deep cloning and debugging.
  • Pre-Emission Hooks - Provides pre-emission hooks to filter or transform arguments and conditionally block action dispatch.
  • State Snapshots - Captures and reconstructs application state snapshots to enable time-travel debugging.
  • State Snapshot Registries - Maintains a global state registry that tracks store states via unique identifiers for persistence and debugging.
  • Async Action Coordination - Executes long-running operations by triggering child actions upon completion to return results to stores.
  • Async Operation Coordinators - Includes utilities for synchronizing multiple asynchronous event streams into a single coordinated callback.
  • Dataflow Frameworks - Implements a framework based on the architectural pattern of unidirectional dataflow for state transitions.
  • Derived State Management - Allows the creation of secondary stores that derive and transform data from primary stores.
  • Derived State Stores - Provides the ability to create derived stores that combine or transform data from multiple primary stores.
  • Shared State Registries - Maintains a global registry of store states to support deep cloning and time-travel debugging.
  • State Registries - Maintains a centralized registry of all store states to enable persistence and state restoration.

سجل النجوم

مخطط تاريخ النجوم لـ reflux/refluxjsمخطط تاريخ النجوم لـ reflux/refluxjs

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

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

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

Start searching with AI

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

ما هي وظيفة reflux/refluxjs؟

Refluxjs هي مكتبة لإدارة الحالة مصممة لتنفيذ بنية تدفق بيانات أحادي الاتجاه. تدير حالة التطبيق من خلال دورة صارمة من الإجراءات والمخازن لمنع حلقات التحديث غير المتوقعة.

ما هي الميزات الرئيسية لـ reflux/refluxjs؟

الميزات الرئيسية لـ reflux/refluxjs هي: Unidirectional Data Flow Architectures, Centralized State Stores, Unidirectional State Management, Asynchronous Action Handling, Action Creators, Action Dispatching, Centralized State Containers, Component State Bindings.

ما هي البدائل مفتوحة المصدر لـ reflux/refluxjs؟

تشمل البدائل مفتوحة المصدر لـ reflux/refluxjs: effector/effector — Effector is a reactive state management library designed for building complex, event-driven applications. It functions… day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… vuejs/vuex — Vuex is a centralized state management library for Vue.js applications. It provides a single source of truth for… rackt/redux — Redux is a JavaScript state management library that serves as a centralized state container for application data. It… reduxjs/redux — Redux is a predictable state container designed to manage global application data through a centralized store. It… zerobias/effector — Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Refluxjs.
  • effector/effectorالصورة الرمزية لـ effector

    effector/effector

    4,837عرض على GitHub↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    TypeScriptbusiness-logiceffectorevent-driven
    عرض على GitHub↗4,837
  • day8/re-frameالصورة الرمزية لـ day8

    day8/re-frame

    5,532عرض على GitHub↗

    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
    عرض على GitHub↗5,532
  • vuejs/vuexالصورة الرمزية لـ vuejs

    vuejs/vuex

    28,342عرض على GitHub↗

    Vuex is a centralized state management library for Vue.js applications. It provides a single source of truth for application data, ensuring consistent state across a component tree through a reactive data store. The system organizes the global state tree into independent, namespaced modules to prevent naming collisions and maintain code organization. It distinguishes between synchronous mutations for predictable state transitions and asynchronous actions for handling complex operations. The library includes cached getters for derived state, store lifecycle hooks for mutation interception, an

    JavaScriptjavascriptstate-managementtime-travel
    عرض على GitHub↗28,342
  • rackt/reduxالصورة الرمزية لـ rackt

    rackt/redux

    61,509عرض على GitHub↗

    Redux is a JavaScript state management library that serves as a centralized state container for application data. It operates as a predictable state machine, maintaining the entire application state in a single immutable object tree to ensure a consistent source of truth. The library enforces a unidirectional data flow architecture where the state is read-only and can only be modified by dispatching action objects. State transitions are calculated by applying pure reducer functions to the current state and a specific action, ensuring that data updates are deterministic and trackable. The sys

    TypeScript
    عرض على GitHub↗61,509
  • عرض جميع البدائل الـ 30 لـ Refluxjs→