awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mobxjs/mobx-state-treeAvatar mobxjs

    mobxjs/mobx-state-tree

    7,050Vezi pe 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
    Vezi pe GitHub↗7,050
  • effector/effectorAvatar effector

    effector/effector

    4,837Vezi pe 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
    Vezi pe GitHub↗4,837
  1. Home
  2. Software Engineering & Architecture
  3. Node-Tree Data Models
  4. State Tree Node Destructions