|
|
|
Does anyone "love" Next.js's new App Router?
|
|
2 points
by mikercampbell
893 days ago
|
|
I’m trying to build a new Next.js app after years of working in the API router, getStaticProps days. I am a technophile who checks this site too many times a day to learn the next thing, but I’m struggling to adjust to Next.js 13, “use client”/“use server”, Server Components. Has it clicked for anyone else yet? I was loving Svelte but then Runes? Am I just an old crotchety dev who can’t keep up, or is it genuinely a new framework and I need to forget everything I knew about old Next.js? |
|
In general, I don't use the app router because I find it has little benefit as compared to the added complexity for my use cases (mvps / smaller projects). I've been bitten a couple times by not understanding the usage patterns and just making stuff "use client", so I just started using page router again.
I assume with more complex projects it helps, but I haven't experienced it first hand