Next.js ~Server and Client Components~
By default, layouts and pages are Server Components, which lets you fetch data and render parts of your UI on the server, optionally cache the result, and stream it to the client. When you need intera
kkr-netxjs-blog.hashnode.dev3 min read