awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mobxjs/mobx-state-treeAvatar de mobxjs

    mobxjs/mobx-state-tree

    7,050Ver en 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
    Ver en GitHub↗7,050
  • effector/effectorAvatar de effector

    effector/effector

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