返回 Skill 列表
extension
分类: 开发与工程无需 API Key

scalable-routing-and-code-splitting

设计可扩展到大型应用程序的路由和代码分割策略,同时最小化加载时间开销。

person作者: jakexiaohubgithub

Scalable Routing and Code Splitting (React 18)

Summary

Design routing and code-splitting strategies that scale to large applications with minimal load-time overhead.

Key Capabilities

  • Implement route-based and component-based splitting with preloading.
  • Coordinate code-splitting with Suspense and streaming SSR.
  • Optimize preload heuristics based on navigation prediction.

PhD-Level Challenges

  • Model navigation predictions and minimize prefetch waste.
  • Prove correctness of lazy-loading error recovery.
  • Quantify trade-offs between bundle count and latency.

Acceptance Criteria

  • Demonstrate measurable improvements in initial load time.
  • Provide preload heuristics and evaluation results.
  • Document error recovery for lazy-loaded routes.