Content pfp
Content
@
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??
9 replies
9 recasts
58 reactions

juggler pfp
juggler
@caponm7fak1
Next.js App Router is designed to optimize your app by structuring routing mechanisms. 'use client' enables client-side features like useState, while 'server-only' is for server-side code. It takes time, but this separation helps performance. Happy to walk you through it step by step!
0 reply
0 recast
0 reaction