awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesModel Action Definitions

Defining custom behaviors and operational logic for data models.

Distinct from Behavioral Action Definitions: Shortlist focused on AI recognition models or UI triggers, not backend data model operational logic.

Explore 2 awesome GitHub repositories matching data & databases · Model Action Definitions. Refine with filters or upvote what's useful.

Awesome Model Action Definitions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rstacruz/cheatsheetsAvatar von rstacruz

    rstacruz/cheatsheets

    14,429Auf GitHub ansehen↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Documents the creation of custom behaviors and filters for processing data model records.

    SCSS
    Auf GitHub ansehen↗14,429
  • mobxjs/mobx-state-treeAvatar von mobxjs

    mobxjs/mobx-state-tree

    7,050Auf GitHub ansehen↗

    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 custom behaviors and operational logic for data models through collocated action functions.

    TypeScripthacktoberfestmobxmobx-state-tree
    Auf GitHub ansehen↗7,050
  1. Home
  2. Data & Databases
  3. Model Action Definitions

Unter-Tags erkunden

  • Collocated Action and View DefinitionsDeclarative model definitions with collocated actions, computed views, and lifecycle hooks for predictable state mutations. **Distinct from Model Action Definitions:** Distinct from Model Action Definitions: combines action definitions with computed views and lifecycle hooks within the same model declaration.