Commit Graph

11 Commits

Author SHA1 Message Date
jordow
42ff8cf7dc Make todo example shorter and not rely on the DOM. 2013-06-07 13:11:40 -07:00
Paul O’Shannessy
b342c9ef2c Merge pull request #32 from spicyj/input
Add new onInput event
2013-06-05 14:57:25 -07:00
David Hu
efce85fe3c Consistently use autoBind on homepage examples
Except for todo.js, all the other examples on the homepage use React.autoBind
when defining event handler methods.

Test Plan: Added todo items successfully
2013-06-02 12:04:16 -07:00
Jeffrey Lin
b72f012fb7 Fix live_editor.js usage of class= 2013-05-31 20:50:21 -07:00
Ben Alpert
ccba6965b6 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
yungsters
01e8f9dff1 Revise 'live_editor.js' using JSX. 2013-05-30 11:31:21 -07:00
yungsters
c63eddc525 Add a JSX Compiler tool. 2013-05-30 11:26:36 -07:00
petehunt
f0805bee14 Docs updates per community response 2013-05-30 01:16:15 -07:00
Paul Shen
d12a80fb6e [docs] Fix couple minor typos/spelling 2013-05-29 13:37:07 -07:00
petehunt
a17b1662b7 Fix live editor on mobile devices 2013-05-29 13:24:51 -07:00
Paul O’Shannessy
eb278167cd Initial public release 2013-05-29 12:54:02 -07:00