--- title: Data Router Server Rendering toc: false --- # Data Router Server-side Rendering Example This example adds [server-side rendering](https://reactjs.org/docs/react-dom-server.html) (SSR) to our basic example using a data router. With SSR, the server renders your app and sends real HTML to the browser instead of an empty HTML document with a bunch of `