How does the use client directive affect component rendering in Next.js
Does the "use client" directive in TRPCReactProvider mean that all components wrapped by TRPCReactProvider in RootLayout will be rendered on the client side?
6 Replies
No
why???? @dzenda
No because children aren't affected by the 'use client'
Reddit
blukkie's comment on "Do context providers force all child componen...
Explore this conversation and more from the nextjs community
I see. Thanks man!