Files
react/examples
remixz 65c258a7b7 Add harmony transform support in browser (Fixes GH-1420)
I implemented this by checking for `type="text/jsx;harmony"`, since this
has a bit of a cleaner implementation rather than parsing a JSON object
out of a data attribute. If in the future there are other options to
pass, it would make sense to move to a system like that.

Along with adding support, there is also a new example added that's
the basic-jsx example with Harmony syntax.
2014-05-13 22:07:02 -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.