Two clocks, one census
The server fetched the census at /api/profile while rendering this page.
{
"name": "Ada Lovelace",
"rank": "Settler",
"city": "Colonia"
}This block fetched the same census in the browser.
Waiting on the client fetch.
The server fetched the census at /api/profile while rendering this page.
{
"name": "Ada Lovelace",
"rank": "Settler",
"city": "Colonia"
}This block fetched the same census in the browser.
Waiting on the client fetch.