Checkout
Content Management AI
Personalize your content generation AI and create incredible user experiences for your customers
Start free trial
Question

Client-Side Rendering - What is the difference between API and SSR?

Answer

Rendering a website in real-time using data retrieved when a user sees the page is how Server-Side Rendering (SSR) works. As the user makes an HTTP request, the server completes the HTML and delivers it back to them. In contrast, API focuses on retrieving data from sources outside than the Gatsby data layer.