Next.js ~Client Component vs Server Component~
Basic thought
In App Router, all components are Server Component by default.If you make it to client, you have to defene 'use client' on the top of the file.
Server Component
Client Component
D
kkr-netxjs-blog.hashnode.dev2 min read