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

1 repo

Awesome GitHub RepositoriesFrontend Architectures

High-level design patterns and structural approaches for organizing complex frontend application logic and rendering.

Explore 1 awesome GitHub repository matching web development · Frontend Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. Frontend Architectures

Awesome Frontend Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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 UI DevelopmentDefining interfaces through declarative syntax.
  • Zero-Runtime Frontend FrameworksFrameworks that compile components to vanilla JavaScript, eliminating the need for a heavy client-side runtime library.