react/examples
Mark Murphy 0bd65aa028 Fixes #5959 - jquery-bootstrap example uses which does not exist
1. Add a handleHidden method to the BootstrapModal component.
2. Add an event listener for 'hidden.bs.modal' on the modal root
3. Add a new onHidden prop to the BootstrapModal component.
4. Add a new 'handleModalDidClose' method to the Example component to be used as the onHidden prop of it's modal component.
2016-02-01 21:54:56 -04:00
..
basic [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
basic-click-counter [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
basic-commonjs update instructions of the following examples: basic-commonjs, basic-jsx-external and basic-jsx-precompile 2015-11-11 10:51:47 +01:00
basic-jsx [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
basic-jsx-external update instructions of the following examples: basic-commonjs, basic-jsx-external and basic-jsx-precompile 2015-11-11 10:51:47 +01:00
basic-jsx-harmony [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
basic-jsx-precompile update react example basic-jsx-precompile comand line on markdown file,new version of babel needed a react presets dependency. 2016-01-16 22:53:24 +08:00
jquery-bootstrap Fixes #5959 - jquery-bootstrap example uses which does not exist 2016-02-01 21:54:56 -04:00
jquery-mobile [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
quadratic [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
shared Added info (example+doc) about react with webcomponents 2015-11-13 20:22:24 -08:00
transitions [examples] Fix transtion example with timeout prop 2015-09-24 15:08:28 -07:00
webcomponents Added info (example+doc) about react with webcomponents 2015-11-13 20:22:24 -08:00
README.md SSL/TLSize all the things! (convert http:// to https:// where appropriate) 2015-04-18 16:49:32 -07: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.