Hey, i want to move to v13 from v12 and im currently using the old pages structure but i prefer the app/ one, though i got some questions about the new app/ structure;
1, most of my app components are client based, 90% are using hooks and etc that the server/default components.
is that ok to mark 90% of the components as client with the 'client' tag above? isn't that will ruin the v13 structure or slow the application?
2, if im not currently using the new app/ folder for my pages/components, all of my components and pages are automatically defined as client and not server components?
3, is it possible to disable the 'use client' mark or change that? i know its sounds weird but since most of my files are client based, i prefer mark the server based components with 'use server' or something like that instead, so i will not have to mark with 'use client' every new component i make..
Thanks!