awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Rendering Engines & Virtual DOM · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesRendering Engines & Virtual DOM

Explore 4 awesome GitHub repositories matching web development · Rendering Engines & Virtual DOM. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. Frontend Frameworks
  5. Rendering Engines & Virtual DOM

Awesome Rendering Engines & Virtual DOM 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

    Provides programmatic interfaces for generating virtual DOM nodes using full JavaScript logic.

    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

    Mounts component-based user interfaces to DOM elements by executing client-side code within served documents.

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

    Showcases libraries that enable rendering to non-DOM targets and specialized environments.

    awesomeawesome-listjavascript
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    Processes dynamic data into live document markup using expressions and filters directly in the browser.

    JavaScript

Explore sub-tags

  • Client-Side Template EnginesTools that process dynamic data into live document markup using expressions and filters directly in the browser.
  • Component Rendering EnginesMechanisms for mounting and executing component-based UI code within DOM environments.
  • React RenderersLibraries that allow React to render to non-DOM targets or specific environments.
  • 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.