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

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

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

1 个仓库

Awesome GitHub RepositoriesCode-Split Update Support

Handling of hot module replacement for components loaded via lazy loading or asynchronous chunks.

Distinct from Hot Code Reloading: Focuses on updating components that are split, rather than the act of splitting the code itself

Explore 1 awesome GitHub repository matching development tools & productivity · Code-Split Update Support. Refine with filters or upvote what's useful.

Awesome Code-Split Update Support GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gaearon/react-hot-loadergaearon 的头像

    gaearon/react-hot-loader

    12,175在 GitHub 上查看↗

    react-hot-loader is a developer utility for updating React components and hooks in real time. It functions as a state-preserving UI updater that wraps components in proxies, allowing the underlying logic to be replaced without unmounting the component tree. The tool maintains internal application state across hot module updates by swapping component logic while keeping the mount point constant. It includes mechanisms to intercept rendering errors during updates through temporary error boundaries and manages hook-order validation to prevent state mismatches when functional hooks change. The p

    Ensures components loaded via lazy loading or code splitting boundaries are updated correctly during hot replacement.

    JavaScript
    在 GitHub 上查看↗12,175
  1. Home
  2. Development Tools & Productivity
  3. Hot Code Reloading
  4. Code-Split Update Support