Hacker News new | ask | show | jobs
by bobthepanda 2262 days ago
Templating isn't a React-only feature, there are other frameworks that give you that.

Using React for a static landing page is like using a flamethrower to light a birthday candle.

1 comments

True, but you know for sure that candle is lit. ;)

On the React topic: jsx within classes does make it nice to build components, but again you’re right that others provide the same experience.

I would say that if all you're serving is a landing page, with the appropriate namespacing all you really need is SASS or even css. How many things could you possibly be sticking on a landing page that is supposed to be short and to the point?