The article links to Facebook's example of a React app, which is available on JSFiddle [1]. I've been playing with using React:
- without its JSX templating
- with Coffeescript
...ever since I saw the idea here on HN a few months ago [2]. Here's the JSFiddle for that [3], I am a huge fan of the way you can pretty much write your DOM using (essentially) javascript functions.
- without its JSX templating
- with Coffeescript
...ever since I saw the idea here on HN a few months ago [2]. Here's the JSFiddle for that [3], I am a huge fan of the way you can pretty much write your DOM using (essentially) javascript functions.
[1] http://jsfiddle.net/3Vs3Q/light/
[2] https://news.ycombinator.com/item?id=7232695
[3] http://jsfiddle.net/mFXVL