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
·

1 repositorio

Awesome GitHub RepositoriesPerformance Isolation

Architectural patterns that quarantine expensive operations within independent components to prevent performance degradation of the main page.

Distinct from Performance Optimizers: Distinct from Performance Optimizers: focuses on architectural isolation of expensive logic rather than general performance tuning.

Explore 1 awesome GitHub repository matching user interface & experience · Performance Isolation. Refine with filters or upvote what's useful.

Awesome Performance Isolation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • livewire/livewireAvatar de livewire

    livewire/livewire

    23,448Ver en GitHub↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Quarantines expensive operations or slow database queries within independent components to prevent performance overhead on the rest of the page.

    PHP
    Ver en GitHub↗23,448
  1. Home
  2. User Interface & Experience
  3. Performance Optimizers
  4. Performance Isolation