top | item 14907441

(no title)

matthewvincent | 8 years ago

I don't think learning React is analogous to learning to build client server apps any more than jQuery is. I personally have worked on many static React websites (which is a blast by the way).

discuss

order

bdcravens|8 years ago

Interesting, I wouldn't think that would be a common use case. Were the websites totally static, or were they inside of another app that actually handled the dynamic bits?

onion2k|8 years ago

React is good for completely static sites. ReactDOMServer.renderToStaticMarkup() is a lovely way to use components to orchestrate a static site even if you need data from external sources using Flux or alt.js or something. If you know React well you can do anything you'd do in Jekyll or Hexo quite easily.