noob question, how should i be setting up my next.js directory when i get to this part? does it matter? tagging ppl for help @greg @pixel @matthew @stephancill
It’s personal preference but I go yes yes no yes no (should probs be yes) no
> does it matter? recommend avoiding this question when developing because it leads right into a nihilism abyss.
my complaints for app directory: - no way to return non-200 responses in server components - cookies are some times read only (i forget if that’s in server components or routes) - no good CSP solution that I’ve seen I’m coming straight from CRA, never used Pages router
me: - ts? no - eslint: no - tailwind: no - wtf does that mean? - router: no - wtf does that mean
defaults are the move. if you don't like tailwind at first try using shadcn/ui's patterns and see if you still hate it. don't listen to the devils on your shoulders telling you to remove eslint, if anything add more eslint rules (like package sorting) and also prettier plugin. then never manually format code again