Client-Side Rendering

All data fetching occurs directly on the client

(Notice the visible flash of data)

(Technically this page is SSG and fetching data once loaded on the client, meaning the flash of data is identical to CSR, but the initial page render is faster than true CSR)
View the source here

Loading...