awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesWeb Standard Renderers

Rendering engines that map component logic directly to native browser events and standard HTML attributes.

Distinguishing note: Focuses on the rendering engine's architectural choice to avoid proprietary abstractions.

Explore 4 awesome GitHub repositories matching web development · Web Standard Renderers. Refine with filters or upvote what's useful.

Awesome Web Standard Renderers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Voir sur GitHub↗

    React est une bibliothèque JavaScript pour créer des interfaces utilisateur basées sur une architecture orientée composants et un flux de données unidirectionnel.

    Utilizes built-in browser HTML and SVG components to construct interfaces within web applications.

    JavaScriptjavascriptuifrontend
    Voir sur GitHub↗245,669
  • preactjs/preactAvatar de preactjs

    preactjs/preact

    38,701Voir sur GitHub↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Prioritizes native browser event handling and standard HTML attributes to minimize build-time complexity.

    JavaScriptcomponentsdomjsx
    Voir sur GitHub↗38,701
  • chromium/chromiumAvatar de chromium

    chromium/chromium

    22,997Voir sur GitHub↗

    Chromium is an open-source browser platform that provides the foundational codebase for building cross-platform web browsers. At its core, it functions as a web browser engine that interprets standard web technologies to render interactive content and manage the complex lifecycle of web page navigation. The project utilizes a multi-process architecture that separates the browser interface from rendering engines into distinct operating system processes. This design ensures application stability by preventing a single tab crash from affecting the entire browser. Security is maintained through s

    Interprets standard web technologies to render interactive content consistently across platforms.

    C++
    Voir sur GitHub↗22,997
  • microsoft/fastAvatar de microsoft

    microsoft/fast

    9,661Voir sur GitHub↗

    FAST is a web components framework and declarative UI library used to build adaptive user interfaces. It functions as a server-side rendering engine and design system implementation, enabling the creation of modular components based on web standards. The framework focuses on cross-framework component compatibility, allowing user interface elements to remain functional across different front-end frameworks and modern browsers. It implements a design language through a collection of pre-defined visual components to ensure consistency across professional applications. The system covers state-dr

    Renders custom elements following web standards to ensure consistent performance and compatibility across all major browsers.

    TypeScript
    Voir sur GitHub↗9,661
  1. Home
  2. Web Development
  3. Web Standard Renderers