#Does convex in Next.js app router makes everything client side?

2 messages · Page 1 of 1 (latest)

hearty canyon
#

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

acoustic forge
#

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!