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

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

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

2 مستودعات

Awesome GitHub RepositoriesState Tree Node Destructions

Removes a node from the state tree and marks it as end-of-life, preventing further use.

Distinct from Node-Tree Data Models: Distinct from Node-Tree Data Models: focuses on lifecycle termination of state tree nodes, not document content representation.

Explore 2 awesome GitHub repositories matching software engineering & architecture · State Tree Node Destructions. Refine with filters or upvote what's useful.

Awesome State Tree Node Destructions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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 a destroy function that removes nodes from the state tree and marks them as unusable.

    TypeScripthacktoberfestmobxmobx-state-tree
    عرض على GitHub↗7,050
  • 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

    Removes stores, events, and subscriptions from memory to prevent leaks when components or logic units are no longer needed.

    TypeScriptbusiness-logiceffectorevent-driven
    عرض على GitHub↗4,837
  1. Home
  2. Software Engineering & Architecture
  3. Node-Tree Data Models
  4. State Tree Node Destructions