Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
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.