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
·

2 dépôts

Awesome GitHub RepositoriesBuild-less Development

Support for native module loading to enable browser execution without bundling.

Distinguishing note: Focuses on development workflow and build-time optimization.

Explore 2 awesome GitHub repositories matching web development · Build-less Development. Refine with filters or upvote what's useful.

Awesome Build-less Development 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.
  • 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

    Enables application development directly in the browser using native module imports.

    JavaScriptcomponentsdomjsx
    Voir sur GitHub↗38,701
  • vanjs-org/vanAvatar de vanjs-org

    vanjs-org/van

    4,390Voir sur GitHub↗

    Van is a reactive JavaScript UI framework designed for building user interfaces with state binding and automatic DOM updates without a virtual DOM. It functions as a buildless frontend framework, allowing the creation of reactive applications using standard JavaScript functions that run directly in the browser without a compilation step. The framework includes a reactive state manager that uses proxy-based objects to track dependencies and trigger targeted UI updates. It provides a server-side rendering tool for generating static HTML and a corresponding client-side hydration process to attac

    Enables building user interfaces and layouts directly in the browser without a compilation or bundling step.

    JavaScriptdata-bindingdomdom-manipulation
    Voir sur GitHub↗4,390
  1. Home
  2. Web Development
  3. Build-less Development

Explorer les sous-tags

  • Buildless DOM CompositionInterface for constructing DOM layouts directly in the browser using JavaScript functions without a build step. **Distinct from Build-less Development:** Focuses on the programmatic composition of the DOM at runtime, rather than general build-less workflow.