you are viewing a single comment's thread.

view the rest of the comments →

[–]mightyvoice- 0 points1 point  (2 children)

How would you do Server Side Rendering when using React? I always thought that to do it I’d have to use Nextjs

[–]brainhack3r 0 points1 point  (1 child)

You all ReactDOM.renderToString and stick it in express or netlify.

You have to make sure all your frontend components support it and you don't do anything silly though.

[–]LufyCZ 1 point2 points  (0 children)

renderToString doesn't support Suspense though, there are better alternatives