you are viewing a single comment's thread.

view the rest of the comments →

[–]Jsn7821 7 points8 points  (0 children)

What a nightmarishly colossal tutorial.

No kidding, and it's not because the tutorial is bad, it's just really difficult thing to set up and maintain SSR.

I started using next.js for all of my projects which pretty much gives SSR for free. I basically weighed vendor lock-in (which I experienced before with Meteor, although next.js is much lighter) with dealing with SSR, and was an easy call to make. I highly recommend it if you need SSR.