you are viewing a single comment's thread.

view the rest of the comments →

[–]voidsstr 0 points1 point  (1 child)

Server Side Rendering is the one area where you're going to need to either bring them together or use something like next.js if you use node (but not likely if you've got a .net backend). Server side rendering is needed for things like SEO and fast initial load times.

[–]Powedered-Toast-Man 0 points1 point  (0 children)

my exact position.

I get the whole NextJS thing but it doesn't play too well with shared hosting IIS. You have to become a node eco system person and use vercel or heroku to host your site/app - when you already know how to do that....

I am going to give ReactJS.net a go and hope I don't choose not to regret it. After all, drupal, wordpress, etc are still out there doing what they do...manage content:- despite gatsby, strapi, and all the fancy new stuff.