Replies: 1 comment 1 reply
-
Pairing Next.js with Express was only necessary before Next.js 9. It is no longer a recommended pattern! It used to be useful for dynamic routing, but that feature is now built into Next.js. Using Express with Next.js actually ends up reducing your application performance, and makes deployment more difficult (not compatible with any Jamstack platforms, e.g. Vercel, which Next.js is designed for). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking to build a site using next.js for static site and server side generation. One of the internal suggestions is to run next with express on node. Is there a reason you would pair next.js with express? I haven't found any really good resources except one blog post from logrocket. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions