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

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

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

1 个仓库

Awesome GitHub RepositoriesZone-Based Optimizations

Tuning logic execution relative to the framework's asynchronous tracking zone to prevent unnecessary re-renders.

Distinct from Framework Change Detection Optimizations: Specifically addresses the interaction with Zone.js in Angular, rather than generic framework change detection tuning.

Explore 1 awesome GitHub repository matching software engineering & architecture · Zone-Based Optimizations. Refine with filters or upvote what's useful.

Awesome Zone-Based Optimizations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mgechev/angular-performance-checklistmgechev 的头像

    mgechev/angular-performance-checklist

    4,134在 GitHub 上查看↗

    这是一个用于优化 Angular 应用程序性能的技术参考和指南。它提供了一份全面的检查清单,通过关注包优化、渲染最佳实践和运行时执行来提高速度和效率。 该指南涵盖了广泛的差异化因素,包括通过 Service Workers 和离线缓存实现渐进式 Web 应用策略。它还详细介绍了使用服务端渲染和应用外壳来改善感知加载时间的方法。 该仓库提供了关于更广泛功能领域的指导,例如变更检测调优、使用 Web Workers 卸载繁重计算,以及通过虚拟滚动进行 DOM 管理。它还涵盖了通过 Tree-shaking、压缩和懒加载模块拆分来减小包体积的方法。

    Reducing unnecessary browser re-renders by optimizing how Angular tracks state changes and executes logic outside of zones.

    在 GitHub 上查看↗4,134
  1. Home
  2. Software Engineering & Architecture
  3. Reactive Change Detection
  4. Framework Change Detection Optimizations
  5. Zone-Based Optimizations