react/examples
Paul O’Shannessy 77150630e2 Merge pull request #1542 from remixz/gh-1420
Add harmony transform support in browser

Fixes #1420. Moved some code around in the merge to account for more
changes in the transform code.

Conflicts:
	vendor/browser-transforms.js
2014-06-20 10:55:06 -04:00
..
ballmer-peak Fix wording. 2014-06-12 10:15:13 -04:00
basic Add shims to examples 2014-05-21 00:07:18 -07:00
basic-commonjs Add shims to examples 2014-05-21 00:07:18 -07:00
basic-jsx Add shims to examples 2014-05-21 00:07:18 -07:00
basic-jsx-external Add shims to examples 2014-05-21 00:07:18 -07:00
basic-jsx-harmony Change harmony option to "harmony=true" 2014-05-14 15:50:35 -07:00
basic-jsx-precompile Add shims to examples 2014-05-21 00:07:18 -07:00
jquery-bootstrap Add shims to examples 2014-05-21 00:07:18 -07:00
jquery-mobile Add shims to examples 2014-05-21 00:07:18 -07:00
server-rendering Initial add 2014-04-04 18:47:33 -07:00
shared Add shims to examples 2014-05-21 00:07:18 -07:00
todomvc-flux Missing semicolon in TodoStore.js 2014-06-18 10:34:53 +02:00
transitions Add shims to examples 2014-05-21 00:07:18 -07:00
README.md Update README.md 2014-02-24 14:25:09 -08:00

README.md

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.