23 Rendering Articles

Опубликовано: 06 Март 2026
на канале: yeS Dev
59
1

23 Rendering Articles #tuto #tutorial

Fun fact–that website in question is reactjs.org which, as you may or may not know, is an application built with and powered by Gatsby 💪.

In an effort to answer this initial question, this post outlines several foundational techniques that Gatsby enables by default to deliver this experience. Specifically:

Server-side rendering (SSR) at build time
Route-based code splitting
Modern APIs

Let’s dive deep.