Next.JS Client Components Are Prerendered on the Server!
Client components are rendered on the server too! When you use the “use client” directive to make a client component, it doesn’t mean that this component is fully rendered on the client side. Actually, next js still pre-renders client components on t...
Sep 19, 20232 min read21
