react/examples
Tony Spiro 03e0ebf532 Update index.html
'current' makes more sense than 'start' as the value increments passed it's start value.
2015-03-27 15:17:07 -05:00
..
basic Fix the closing html paragraph tag. 2015-03-19 20:56:49 +01:00
basic-commonjs Update the examples for 0.13 2015-03-10 11:56:25 -07:00
basic-jsx Fix the closing html paragraph tag. 2015-03-19 20:56:49 +01:00
basic-jsx-external Remove @jsx from examples 2014-10-23 20:51:11 -07:00
basic-jsx-harmony Fix the closing html paragraph tag. 2015-03-19 20:56:49 +01:00
basic-jsx-precompile Remove @jsx from examples 2014-10-23 20:51:11 -07:00
jquery-bootstrap lint from root 2015-02-20 04:06:15 +03:00
jquery-mobile Wrap jQuery Mobile example's components with React.createFactory to fix on v0.13.0. Fixes #2880 2015-02-18 00:13:13 +02:00
quadratic Add missing semicolon 2015-03-21 23:11:45 +03:00
server-rendering Update the examples for 0.13 2015-03-10 11:56:25 -07:00
shared Add shims to examples 2014-05-21 00:07:18 -07:00
transitions Update index.html 2015-03-27 15:17:07 -05:00
README.md TodoMVC live demos have moved. 2014-10-24 09:57:27 -04: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.