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...
mohamedzhioua.hashnode.dev2 min read