awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • qwikdev/qwikQwikDev 的头像

    QwikDev/qwik

    22,014在 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
    在 GitHub 上查看↗22,014
  1. Home
  2. Web Development
  3. Lazy Loading
  4. Fine-Grained Code Loading