awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • livewire/livewireAvatar livewire

    livewire/livewire

    23,448Vezi pe 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
    Vezi pe GitHub↗23,448
  1. Home
  2. User Interface & Experience
  3. Performance Optimizers
  4. Performance Isolation