Files
react/examples
Ben Alpert 76abdddae8 todomvc-flux: Depend on uglify-js, not uglifyjs
Fixes #1505.

Confusingly, the uglify-js package provides the `uglifyjs` binary and `npm run-script build` didn't work if uglify-js wasn't installed globally; now it does.
2014-05-12 01:14:01 -07:00
..
2014-03-10 19:48:13 -07:00
2014-01-12 17:04:42 -02:00
2014-04-04 18:47:33 -07:00
2013-05-29 12:54:02 -07:00
2014-02-24 14:25:09 -08:00

React Examples

Here are some small React demos. Some use JSX and some include third-party library integration.

For more fully-featured examples, check out React TodoMVC and React + Backbone TodoMVC.