Scalable Routing And Code Splitting

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

majiayu000 5105ee4 2 files · 1.9 KB Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/data/scalable-routing-and-code-splitting commit 5105ee4e35

Frequently asked questions

npx skillmds add majiayu000/scalable-routing-and-code-splitting