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

5 repos

Awesome GitHub RepositoriesFrontend Frameworks

Comprehensive libraries providing declarative systems for state management, component rendering, and virtual DOM synchronization.

Explore 5 awesome GitHub repositories matching web development · Frontend Frameworks. Refine with filters or upvote what's useful.

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

Awesome Frontend Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • 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
  • enaqx/awesome-react

    enaqx/awesome-react

    72,041GitHubView on GitHub↗

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mob

    awesomeawesome-listjavascript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Component Rendering EnginesMechanisms for mounting and executing component-based UI code within DOM environments.
  • Conditional and List RenderingDirectives or mechanisms for dynamically managing DOM structure based on data state and collection iteration.
  • Declarative Data Binding SystemsMechanisms that automatically synchronize application state with the DOM using declarative syntax.
  • Directive Lifecycle HooksMechanisms for executing code at specific stages of a DOM element's lifecycle within a framework.
  • Event Handling DirectivesDirectives used to bind DOM events to component logic or expressions.
  • React RenderersLibraries that allow React to render to non-DOM targets or specific environments.
  • Reactive DirectivesSpecial attributes used in templates to bind DOM elements to reactive state with modifiers and arguments.
  • Reactive State ManagementData-binding paradigms that automatically trigger surgical view updates in response to changes in component state.
  • Render FunctionsProgrammatic interfaces for generating virtual DOM nodes and managing complex component rendering logic using full language capabilities.
  • Virtual DOM ImplementationsLibraries or modules providing a lightweight representation of the DOM to optimize UI rendering through tree reconciliation.