awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/reactfacebook 的头像

    facebook/react

    245,669在 GitHub 上查看↗

    React 是一个用于构建用户界面的 JavaScript 库,采用组件化架构和单向数据流。

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

    JavaScriptjavascriptuifrontend
    在 GitHub 上查看↗245,669
  • meituan-dianping/mpvueMeituan-Dianping 的头像

    Meituan-Dianping/mpvue

    20,345在 GitHub 上查看↗

    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
    在 GitHub 上查看↗20,345
  1. Home
  2. User Interface & Experience
  3. Component Architectures
  4. Component Composition
  5. Component Composition Primitives
  6. Syntaxes

探索子标签

  • 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.