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
·

1 repositorio

Awesome GitHub RepositoriesDefaulted Optional Types

Types that provide a default value when no value is supplied during model creation.

Distinct from Optional Value Types: Distinct from Optional Value Types: adds a default value fallback, not just presence/absence semantics.

Explore 1 awesome GitHub repository matching data & databases · Defaulted Optional Types. Refine with filters or upvote what's useful.

Awesome Defaulted Optional Types 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

    Defines types with default values used when no value is provided during model instantiation.

    TypeScripthacktoberfestmobxmobx-state-tree
    Ver en GitHub↗7,050
  1. Home
  2. Data & Databases
  3. Null Value Representations
  4. Optional Containers
  5. Optional Value Types
  6. Defaulted Optional Types