Code Splitting

Code Splitting

Code splitting breaks your JavaScript into smaller pieces that load only when needed. Instead of loading…
Learn More

Tree Shaking

Tree shaking automatically removes code you don't actually use from your JavaScript files. If you import…
Learn More

Get new blog posts by email: