2 messages · Page 1 of 1 (latest)
Since the Convex Provider is set in the root layout and contains "use client" i wonder if all the nested children will be also client side only. Thus losing all the SSR goodies
You can have server component children of a "use client"; component, so this does not make the whole tree client side. And maybe beside the point, but client side components can be SSRed!