Any equivalent to “use client” for SSR
Just curious if there’s any convenient way to handle components that call for the window etc, without manually adding safety checks.
Use case: shadcn components and easy copy paste into a Tanstack Start project that’s using SSR
Nextjs has the “use client”, so something convenient like that.
Use case: shadcn components and easy copy paste into a Tanstack Start project that’s using SSR
Nextjs has the “use client”, so something convenient like that.