Commit Graph

10 Commits

Author SHA1 Message Date
Paul O’Shannessy 4e5f5df4f6 Remove @jsx from examples 2014-10-23 20:51:11 -07:00
Paul O’Shannessy f53854bd93 React.renderComponent -> React.render
This covers most everything. The perf suite still needs work for the
Element updates. And the server rendering example needs to be done
wholesale.
2014-10-23 20:51:11 -07:00
Alexey Raspopov 1db3ed0d6d fix: var name 2014-10-12 16:06:53 +03:00
Alexey Raspopov cc0e7d2a79 ballmer-peak: use composition instead of mutable state 2014-10-12 16:05:58 +03:00
Randall Randall 6d0e2feb52 Fix wording.
The Ballmer Peak XKCD suggests that it's a graph of ability, rather than bug frequency, which should be inversely correlated with ability.  A simple change of the wording fixes this terrible mishandling of Ballmer Peak data.
2014-06-12 10:15:13 -04:00
Jeff Carpenter 652f5aea28 Remove unused variable 2014-03-10 19:48:13 -07:00
Cheng Lou 73ceb5a401 upgrade example to 0.4
manually tested
2013-07-20 16:05:25 -04:00
Paul O’Shannessy 0c1f2720b3 Remove React.autoBind from examples 2013-07-17 11:33:31 -07:00
Ben Alpert 2467c0e651 Update examples to use onInput instead of onKeyUp
onInput has the advantage that it responds to repeated key events before
onKeyUp and is called when modifying the input without the keyboard
(such as pasting with the mouse).

Test Plan:
Opened the ballmer-peak example and docs homepage in Chrome and checked
that both examples update whenever the text is changed.
2013-05-30 18:20:34 -07:00
Paul O’Shannessy 75897c2dcd Initial public release 2013-05-29 12:54:02 -07:00