Skip to content
Discussion options

You must be logged in to vote

I agree with the core of @gabooh's reply - that since NextJS is a framework wrapping React + Node, then yeah you should be able to do anything that you can do with React + Node. Next, indeed, can act as your main server for this just as Express would, which lets you easily stand it up inside of a Docker or by yourself on a raw server.

I would caution you to be careful about it, though. At its heart, I think Next's main benefit for long term projects is that it is designed so that you write each React page component once and that template is used for both the SSR and the client-side rendering. This model could be really useful for some complex web apps, such as a CMS/blog where most of you…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@YoannBuzenet
Comment options

@lfades
Comment options

lfades May 7, 2020
Collaborator

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