TanStackT
TanStack14mo ago
3 replies
inner-olive

SSR

Hello,
I started exploring this documentation: https://tanstack.com/router/latest/docs/framework/react/start/getting-started, as my previous projects were built with Next.js

I’d like to understand how to determine if a component is client-side, similar to how it’s done in Next.js using "use client" or "use server". By default, is all the code rendered using SSR? :yweirdfrog:
Was this page helpful?