Content
@
0 reply
0 recast
0 reaction
ksaitor
@ksaitor
trying out App Router for the first time on a new project terrified. wondering how long will it take for me before i decide to revert back to Pages?
1 reply
0 recast
0 reaction
Haardik
@haardikkk
It’ll be fine, async components start feeling really nice after you get used to separating components into files a bit more often than pages router
1 reply
0 recast
1 reaction
ksaitor
@ksaitor
Current challenge: I have a complex form, where most of it is implemented through server side actions, but some fields need real time client side interactions. So it's a vital confusion that I need to implement a tiny part of the form in a separate file, just to make it "use client". With page router it would have been just one component in one file... What are some best practices here?
1 reply
0 recast
1 reaction