frontendBy Zahid
Why Next.js Uses Hydration?
It pre-render the page and sends HTML for SEO and fast first paint.
Hydration enables the event handling, client side routing and state update.
Without hydration, Next.js pages would be static like plain HTML.
#nextjs#javascript