Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

welter pfp
welter
@fun
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
10 replies
0 recast
6 reactions

Greg pfp
Greg
@greg
It’s personal preference but I go yes yes no yes no (should probs be yes) no
2 replies
0 recast
1 reaction

Matthew pfp
Matthew
@matthew
bruh use the app directory what are you doing
1 reply
0 recast
1 reaction

Greg pfp
Greg
@greg
what can it do that pages cannot? or what does it make 2x easier?
1 reply
0 recast
0 reaction

Matthew pfp
Matthew
@matthew
server components are much faster than client
1 reply
0 recast
0 reaction

Greg pfp
Greg
@greg
faster how? anytime I hear server components I just think it's ISR (which is great but has been around for a while and can be used easily in pages directory!)
2 replies
0 recast
0 reaction

welter pfp
welter
@fun
i was watching a next.js tutorial today and they started it off without the app router, using pages, and honestly it was pretty straight forward i might even use it
1 reply
0 recast
0 reaction

Matthew pfp
Matthew
@matthew
I think app router is more intuitive tbh... you have layout and loading files that are built in, and you can make calls to your DB directly in the component. It's where things are headed so probs good to just learn up now—feels like opting for react class components instead of hooks a few years ago
1 reply
0 recast
0 reaction