awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesCompatibility Layers

Integration utilities that map external library imports to internal framework equivalents for ecosystem interoperability.

Distinguishing note: Specifically addresses import redirection and library aliasing for ecosystem compatibility, rather than general web framework features.

Explore 4 awesome GitHub repositories matching web development · Compatibility Layers. Refine with filters or upvote what's useful.

Awesome Compatibility Layers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • developit/preactAvatar de developit

    developit/preact

    38,704Ver en GitHub↗

    Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t

    Implements a compatibility layer that maps external library imports to internal framework equivalents for ecosystem interoperability.

    JavaScript
    Ver en GitHub↗38,704
  • preactjs/preactAvatar de preactjs

    preactjs/preact

    38,701Ver en 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

    Redirects package imports to a compatibility layer to support existing projects built with other frameworks.

    JavaScriptcomponentsdomjsx
    Ver en GitHub↗38,701
  • sanic-org/sanicAvatar de sanic-org

    sanic-org/sanic

    18,624Ver en GitHub↗

    Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as a production-ready ASGI web server, utilizing a non-blocking event loop to handle concurrent requests and maximize throughput. The framework is built to support scalable architectures, offering built-in worker process management to distribute traffic across available CPU cores. What distinguishes Sanic is its focus on modularity and developer-centric tooling. It features a blueprint-based system for organizing complex applications into pluggable components, alongside a robust

    Implements the ASGI specification for interoperability with modern asynchronous web servers.

    Pythonapi-serverasgiasyncio
    Ver en GitHub↗18,624
  • infernojs/infernoAvatar de infernojs

    infernojs/inferno

    16,420Ver en GitHub↗

    Inferno is a virtual DOM UI library and high-performance DOM renderer used for building component-based user interfaces. It functions as a server-side rendering engine and a client-side framework that synchronizes application state with the visual interface through a declarative structure. The project distinguishes itself as a React-compatible UI framework, providing a compatibility layer that allows components designed for other reactive environments to run without modification. Its capability surface covers virtual DOM management, including node diffing and reconciliation, and a full serve

    Includes a compatibility layer that allows React-designed components to run without modification.

    JavaScript
    Ver en GitHub↗16,420
  1. Home
  2. Web Development
  3. Compatibility Layers