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

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

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

3 个仓库

Awesome GitHub RepositoriesRequest Bundling

Mechanisms for combining multiple component initialization requests into a single network call to reduce server overhead.

Distinct from Component Initialization: Distinct from Component Initialization: focuses on the network-level bundling of requests rather than the lifecycle mounting process.

Explore 3 awesome GitHub repositories matching user interface & experience · Request Bundling. Refine with filters or upvote what's useful.

Awesome Request Bundling GitHub Repositories

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

    livewire/livewire

    23,448在 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

    Combines multiple deferred component loads into a single network request to reduce server overhead when initializing many components.

    PHP
    在 GitHub 上查看↗23,448
  • facebook/relayfacebook 的头像

    facebook/relay

    18,940在 GitHub 上查看↗

    Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface

    Collects fragmented data requirements from a component tree into a single network request to eliminate waterfall fetches.

    Rust
    在 GitHub 上查看↗18,940
  • ampproject/amphtmlampproject 的头像

    ampproject/amphtml

    14,905在 GitHub 上查看↗

    This project is a web component framework and optimized web markup standard designed for high performance web development. It provides a system for building fast-loading websites using a specialized set of HTML components and scripts, complemented by a web performance validation suite to ensure markup compliance. The framework includes a dynamic HTML template engine for rendering data-driven content without full page reloads and a dedicated ad network integration framework. This integration system manages third-party advertisements with built-in viewability metrics and optimized loading seque

    Aggregates multiple advertisement requests into a single frame to reduce network overhead.

    JavaScript
    在 GitHub 上查看↗14,905
  1. Home
  2. User Interface & Experience
  3. Component Initialization
  4. Request Bundling