Performance Optimization
Bundle size analysis, code splitting, V8 profiling, React rendering performance.
Why we need this / what value this brings
Frontend performance work ties directly into Core Web Vitals — this folder is the TS-specific tooling layer under that.
When to use this
Before any performance-motivated refactor — measure with the bundle analyzer / React DevTools profiler first.
How to use or implement this
next/bundle-analyzer, React DevTools Profiler, dynamic imports for code splitting.
Research questions
- (add as research surfaces open questions)
Empty folder — drop notes, links, and findings here as you research.