Will we regret building our new site with Nextjs App Router?
33
300
570
resolved Apr 22
Resolved
N/A

We're currently working on our stand-alone politics site, (that you can preview at https://manifold.markets/elections) using the newer App Router from Nextjs. This is different from our main site, that uses the Pages Router. From my experience the app router is more feature-ful but slightly higher friction to develop new pages. It's also less IDE friendly: every file is named either page.tsx or layout.tsx! So, are we doing the right thing or not? I will poll the other manifold devs in 4 months and ask them to compare their experience working on the politics site vs the main site and ask them if they consider the extra work of switching worth it.

Get Ṁ200 play money
Sort by:

We never ended up building the other site up more than a prototype, so I'm going to cancel this market, sorry!

bought Ṁ2 of NO

Are you taking advantage of the server side rendering? It's a huge benefit. Same with the enhancements from many other new things being done server-side. Just so fast and secure. Our team has loved it so far.

@NoaNabeshima > "short" displays the parent directory name

// .vscode/settings.json

{
  "workbench.editor.labelFormat": "short",
  // other settings
}
bought Ṁ20 of YES

Base rate of regretting the decisiont o swap out a known and working system for a new unknown one. No special knowledge here