SSR and loading indicators - I don't get it
Guess I'm missing something here, but unfortunately I'm having a hard time with the docs: in https://trpc.io/docs/v10/nextjs the example
Since SSR would prevent the page from being rendered until the queries are done, how would this loading indicator ever been shown?
utils/trcp.ts sets ssr: true, but the pages/index.tsx example usesSince SSR would prevent the page from being rendered until the queries are done, how would this loading indicator ever been shown?