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

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

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

2 个仓库

Awesome GitHub RepositoriesComponent Data Inputs

Mechanisms for passing dynamic data into UI components to drive their state.

Distinguishing note: Focuses on the data-passing interface for components.

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

Awesome Component Data Inputs GitHub Repositories

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

    appsmithorg/appsmith

    40,051在 GitHub 上查看↗

    Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe

    Drives internal widgets, queries, or logic by passing dynamic data from applications into UI modules using input properties.

    TypeScriptadmin-dashboardadmin-panelsapp-builder
    在 GitHub 上查看↗40,051
  • vuejs/v2.vuejs.orgvuejs 的头像

    vuejs/v2.vuejs.org

    4,981在 GitHub 上查看↗

    这是 Vue 2 渐进式 JavaScript 框架的综合文档网站。它作为构建响应式用户界面和单页应用程序的技术参考和开发指南。 该网站提供了详细的 JavaScript API 参考和 Web 组件目录。它涵盖了基于组件的架构的实现、响应式状态管理以及使用虚拟 DOM 来同步应用程序状态与浏览器。 该文档详细介绍了包括客户端路由、声明式 DOM 操作以及前端构建优化(如服务器端渲染和模板预编译)在内的功能。它还解释了框架的状态同步方法、组件生命周期以及自定义指令的使用。 内容作为教程和规范集合进行维护,文档通过 Markdown 编辑。

    Enforces data types, requirement flags, and default values on incoming component properties.

    JavaScript
    在 GitHub 上查看↗4,981
  1. Home
  2. User Interface & Experience
  3. Component Data Inputs

探索子标签

  • Prop ValidationsEnforcing data types and requirements on properties passed into components. **Distinct from Component Data Inputs:** Distinct from Component Data Inputs: focuses on the validation and integrity of the data rather than the mechanism of passing it.
  • Property ValidationsEnforcing data types and requirements on component properties to ensure data integrity. **Distinct from Component Data Inputs:** Focuses on the validation of incoming props rather than the general mechanism of passing data into components.