frontend · medium

Code Splitting

Breaking JS into smaller chunks (often by route) so pages download only what they need instead of one huge bundle.

Tags: javascript, react, nextjs