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

Brenner pfp
Brenner
@brenner.eth
Ok who wants to help me understand nextjs app router? And ‘use client’ vs ‘server-only’? I’m not used to not being able to have any “useState()” functions wherever I want??
10 replies
5 recasts
49 reactions

Igor pfp
Igor
@napkonwongl804
Next.js can be tricky! ‘use client’ is for client-side only components where you can use useState(). Server-only components don’t have that state. Hang in there, it gets easier
0 reply
0 recast
1 reaction