how stable is nextjs 13/server side components
I remember on release there was a bunch of advice not to start a new big project with it, what's the state now?
4 Replies
vercel itself does not recommend that
Getting Started | Next.js
Get started with Next.js in the official documentation, and learn more about Next.js features!
does not mean that you cant, just should not
While it is still in beta, it is quite usable and has come along way in the past 6 months.
I would recommend taking a look at at their roadmap (https://beta.nextjs.org/docs/app-directory-roadmap) to ensure that the available features meet your needs and then create a quick proof-of-concept of your project just to validate it.
If it doesn't work out you can always revert to pages dir.