awesome-repositories.com

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

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

1 dépôt

Awesome GitHub RepositoriesFine-Grained Code Loading

Splitting application logic into small, independent chunks that load only upon specific user interactions.

Distinct from Lazy Loading: Focuses on interaction-triggered loading of individual code chunks rather than route-level lazy loading

Explore 1 awesome GitHub repository matching web development · Fine-Grained Code Loading. Refine with filters or upvote what's useful.

Awesome Fine-Grained Code Loading 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.
  • qwikdev/qwikAvatar de QwikDev

    QwikDev/qwik

    22,014Voir sur GitHub↗

    Qwik is a resumable JavaScript web framework and component-based UI library designed to build high-performance web applications. It functions as a frontend web framework that optimizes page load speed and runtime performance by delaying JavaScript execution until a user interacts with a specific component. The framework eliminates the traditional hydration phase by restoring application state from the server. It uses serialization to embed state and event listeners directly into the HTML, allowing the application to resume interactivity without re-executing JavaScript to rebuild the component

    Enables highly efficient delivery by fetching and executing JavaScript chunks only when the corresponding UI element is interacted with.

    TypeScriptframeworkhacktoberfestjavascript
    Voir sur GitHub↗22,014
  1. Home
  2. Web Development
  3. Lazy Loading
  4. Fine-Grained Code Loading