Skip to content
Discussion options

You must be logged in to vote

I would recommend using Next.js for every part of your application. It can handle any use case you have. Whether it is a ton of dynamic forms, a dashboard, a blog, an ecommerce site, anything. Next allows you to opt-in to the various features per page. So if you want some pages to be server rendered then it can do that or if you want some to just be client side rendered it can do that too.

Also, there is no way for Next to do "app nesting" of other frameworks. Next is the framework and combining other frameworks with Next will not work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nikosantis
Comment options

Answer selected by rafaelalmeidatk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants