7 ms·
>I had a junior on my team propose we switch our year old project to Next’s app router. that doesn't sound like a big change.
by athesyn 3y ago
>I had a junior on my team propose we switch our year old project to Next’s app router.
that doesn't sound like a big change.
- ovao 3y agoIt’s quite a big change, depending on how many routes are in play. Migrating to App Router is non-trivial. Thankfully, the pages directory model is still just fine, so there’s no immense pressure for existing apps to migrate, and it can be done somewhat incrementally.
- recursive 3y agoIs that supposed to be an argument for or against doing it?