Content
@
0 reply
0 recast
2 reactions
Brenner @ Edge City
@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
9 recasts
56 reactions
Cardman 🔷
@therealcardman
if you are building a "logged in" app you'll probably need 'use client' just about everywhere. but the server thing helps if you have a lot of logged out pages and improves performance
0 reply
0 recast
0 reaction