Next.js card reviewhard

What is streaming in Next.js?

Streaming allows parts of a page to be sent to the browser as soon as they are ready instead of waiting for the entire page to finish rendering. Next.js uses React Suspense and Server Components to support streaming, improving perceived performance for pages with slow data sources.

JB

Jeevan Bhargav

Audited by Creator

This answer is calibrated for technical interviews. Verify benchmarks in local sandboxes before deploying.