Skip to content

What is the point of SSR these days? #10437

Answered by rauchg
marbiano asked this question in Help
Discussion options

You must be logged in to vote

Next.js is a hybrid framework. We will be recommending static and static site generation as a default.

We already output .html files if you don't use getInitialProps and the getStaticProps and getStaticPaths methods (#9524) allow you to move from getInitialProps easily over to production-grade static site generation.

SSR still makes sense for veeeery large sites, but we are also addressing that with SSG. We will be doing a follow-up RFC once the one above lands to explain that.

Thanks for asking!

Replies: 24 comments 20 replies

Comment options

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

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
7 replies
@m1rke
Comment options

@timneutkens
Comment options

@m1rke
Comment options

@timneutkens
Comment options

@m1rke
Comment options

Comment options

You must be logged in to vote
3 replies
@trelljaret
Comment options

@stigkj
Comment options

@vinay-akkipet
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@timneutkens
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@negati-ve
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@eric-burel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet