Dynamically import below-the-fold and rarely-used components so the initial bundle stays small.
Why This Matters
A large initial bundle delays interactivity (INP/TBT); splitting defers code until it is actually needed.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.