Promptles
React & Frontend

SSR (Server-Side Rendering)

advanced

Definition

A way of building websites where the server does the work of drawing the page first, then sends the finished page down to the browser. The visitor sees real content right away: useful for slow connections, search engines, and any page where the first impression matters.

In the wild

You click a link to a recipe blog. The server bakes the recipe page on its end and sends it back to your phone fully drawn. You see the photos and ingredients almost instantly, even on a slow café Wi-Fi connection.

More from React & Frontend