Javascript – In Next.js App router should the page.js be a server component?
In Next.js 13 and above (App router) should the page.js of all the routes/folders be a server component ? I mean is it the standard practice. I know that it can be a client component using use client but is…