awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
UI Component Models · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesUI Component Models

Standardized paradigms and definitions for structuring and declaring reusable user interface components.

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

  1. Home
  2. User Interface & Experience
  3. Component Frameworks and Libraries
  4. UI Component Architectures
  5. UI Component Models

Awesome UI Component Models GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    JavaScriptcompilertemplateui

Explore sub-tags

  • Declarative Component DefinitionsPatterns for defining UI as a function of state using modular, reusable component structures.
  • Web-Standard Component ModelsComponent architectures that prioritize native browser APIs and minimal abstraction layers.