awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mobxjs/mobx-state-treemobxjs 的头像

    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/effectoreffector 的头像

    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