What is server-side render?

Server-side rendering (SSR) is an application’s ability to convert HTML files on the server into a fully rendered HTML page for the client . The web browser submits a request for information from the server, which instantly responds by sending a fully rendered page to the client.

Read more

Is Gatsby client-side?

Even though Gatsby generates static files, Gatsby apps rehydrate from static HTML rendered by ReactDOM APIs into an app running client-side JavaScript. The general approach as outlined in the React Hydration guide is as follows: Build and render static HTML, creating content and pages with data injected at build time.

Read more