Convex + Next.js

Non-reactive server-loaded data

{
  "numbers": [
    4,
    1
  ]
}

Reactive client data with the cached snapshot as initial data

{
  "numbers": [
    4,
    1
  ]
}