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 RepositoriesSyntaxes

Syntactic structures for defining component logic and reactive state.

Distinct from Component Composition Primitives: Distinct from Component Composition Primitives: focuses on the specific script syntax rather than the composition pattern.

Explore 2 awesome GitHub repositories matching user interface & experience · Syntaxes. Refine with filters or upvote what's useful.

Awesome Syntaxes GitHub Repositories

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

    facebook/react

    245,669Auf GitHub ansehen↗

    React ist eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen, basierend auf einer komponentenorientierten Architektur und unidirektionalem Datenfluss.

    Enforces declarative structure rules such as mandatory tag closure and single-parent wrapping for components.

    JavaScriptjavascriptuifrontend
    Auf GitHub ansehen↗245,669
  • meituan-dianping/mpvueAvatar von Meituan-Dianping

    Meituan-Dianping/mpvue

    20,345Auf GitHub ansehen↗

    This project is a development framework that enables the creation of cross-platform mobile mini programs using the component-based architecture and reactive data binding of Vue.js. It functions as a build system that transforms web-oriented component code into native-compatible templates and logic, allowing developers to build modular user interfaces that run within restricted mobile environments. The framework distinguishes itself through a sophisticated build pipeline that deconstructs single-file components into platform-specific templates, logic, and style files. It employs compile-time t

    Defines the structural rules for translating abstract syntax trees into platform-specific markup language strings.

    JavaScriptminimpvuevue
    Auf GitHub ansehen↗20,345
  1. Home
  2. User Interface & Experience
  3. Component Architectures
  4. Component Composition
  5. Component Composition Primitives
  6. Syntaxes

Unter-Tags erkunden

  • Markup Syntax RulesRequirements for declarative component structure including tag closure and parent containers. **Distinct from Syntaxes:** Distinct from general syntax: focuses on structural constraints like tag closure and single-parent wrapping.