Hacker News new | ask | show | jobs
by rymate1234 2690 days ago
I don't think it's any better or worse, it's just an additional way of writing SSR sites where React is a templating language.

React is just another option for a stack - similar to express with pug, you can have express with React, without having to learn a new templating language if you already know React. And with things like TypeScript, you can have type checking into the mix too