Code Splitting

Code splitting

Code Splitting

Code splitting is the practice of breaking a JavaScript bundle into smaller chunks that load on…
Learn More
Inp (interaction to next paint)

INP (Interaction to Next Paint)

INP (Interaction to Next Paint) is a Core Web Vitals metric that measures how quickly a…
Learn More
Tree shaking

Tree Shaking

Tree shaking is a build-time optimization that removes unused code from JavaScript bundles before they ship…
Learn More
Service worker

Service Worker

A service worker is a script the browser runs in the background, separate from the web…
Learn More
Timeline of hydration showing server html, browser paint, javascript bundle load, and hydration complete, with a dead window where the page is painted but not yet clickable.

Hydration

Hydration is the process where JavaScript running in the browser attaches interactivity to server-rendered or pre-rendered…
Learn More

Get new blog posts by email: