Commit Graph
1597 Commits
Author SHA1 Message Date
petehunt b3e2aca13a Add why-react 2013-06-03 11:01:08 -07:00
Paul Shen 9425e58591 Merge pull request #42 from vjeux/blog
Blog article for JSFiddle Integration
2013-06-03 10:44:23 -07:00
Vjeux cbda00c415 Add <script> tags in the download page for easy embed 2013-06-03 02:17:26 +02:00
Vjeux 21dab3d7d8 Add JSFiddle to the getting started section 2013-06-03 01:59:06 +02:00
Vjeux 9b399968eb Add a base link without JSX 2013-06-03 01:28:22 +02:00
Vjeux df361e9dd6 Adding \n at the end of the files 2013-06-03 01:06:05 +02:00
Vjeux 245f501120 Adding a left menu navigation 2013-06-03 01:04:19 +02:00
Vjeux 1902eafa8d Initial version of the blog 2013-06-03 00:48:15 +02:00
David Hu 7795968382 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
petehunt 095fccb974 ReactDOM->React.DOM 2013-06-01 13:01:52 -07:00
Jeffrey Lin a78f752143 Fix live_editor.js usage of class= 2013-05-31 20:50:21 -07:00
Paul O’Shannessy a70d567ec6 v0.3.2
Also some tweaks to package.json details.
2013-05-31 17:10:08 -07:00
petehunt 824a2e0630 Merge pull request #33 from spicyj/docs-fix
Update stale event docs in tutorial
2013-05-31 09:52:20 -07:00
Ben Alpert 2e5dae0c25 Add return false; to onSubmit handlers 2013-05-31 01:46:55 -07:00
Ben Alpert 767391c26e Wording tweaks 2013-05-30 20:21:44 -07:00
Ben Alpert ea82dba555 Update stale event docs in tutorial
The example uses onSubmit but the docs were still referring to onKeyUp.
2013-05-30 18:24:48 -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 b20a7c2beb Bump docs version to v0.3.1 2013-05-30 15:06:46 -07:00
Paul O’Shannessy de2832c0c0 Only re-write docs _config on version bumps
Doesn't fix, but mostly addresses the concerns in #24. Some churn at
version bumps is far better than what we have right now.
2013-05-30 14:57:32 -07:00
petehunt f586c58f96 @yungsters 2013-05-30 14:45:22 -07:00
petehunt 84d4bbb13d bla 2013-05-30 14:23:53 -07:00
petehunt 071201e84b fixes 2013-05-30 14:22:05 -07:00
petehunt 15d8200b13 oops 2013-05-30 14:20:50 -07:00
petehunt d73c2b23e0 Return of mixin docs 2013-05-30 14:20:50 -07:00
Paul O’Shannessy 86eeef1ccd Update bower install command
Fixes #21
2013-05-30 11:49:57 -07:00
yungsters 5d812949a1 Ignore "docs/js/jsx-compiler.js" from Git. 2013-05-30 11:37:56 -07:00
yungsters 855c82e224 Revise 'live_editor.js' using JSX. 2013-05-30 11:31:21 -07:00
yungsters 955b472f8b Add a JSX Compiler tool. 2013-05-30 11:26:36 -07:00
petehunt c5612b34c9 Merge pull request #19 from seiffert/submit_button
Docs/Tutorial: Introducing a submit button in the comment form
2013-05-30 11:15:40 -07:00
Paul O’Shannessy 9894e7e1fe Merge pull request #22 from yungsters/docs
[docs] Revise marketing copy around JSX.
2013-05-30 11:09:47 -07:00
yungsters 5fc2aad364 [docs] Revise marketing copy around JSX. 2013-05-30 10:05:53 -07:00
Paul Seiffert cd665be43e Introducing a submit button in the tutorial's comment form 2013-05-30 16:54:30 +02:00
Paul Seiffert 39c4414d5a Highlighting the correct line 2013-05-30 16:22:11 +02:00
petehunt 36b61d2b11 Merge pull request #14 from petehunt/marketing
Docs updates per community response
2013-05-30 04:42:48 -07:00
petehunt 2ce4530d24 make it a little less cynical 2013-05-30 04:42:11 -07:00
petehunt cfe3b75cb0 Docs updates per community response 2013-05-30 01:16:15 -07:00
petehunt 9415d839a5 add a link to my tutorial repo 2013-05-29 22:41:28 -07:00
Christian Roman a8866ab824 Fix minor typo error 2013-05-29 18:16:52 -05:00
yungsters eaae75991b [website] Add Google Analytics. 2013-05-29 14:01:42 -07:00
Timothy Yung 575bdb2932 Merge pull request #6 from paulshen/apidocs
[docs] Clean up formatting on /api.html
2013-05-29 13:54:13 -07:00
Paul Shen b416760df0 [docs] Clean up formatting on /api.html 2013-05-29 13:53:08 -07:00
yungsters 99088b38d3 [docs] Improve "Event Handling" documentation.
Added some additional examples to explain common usage patterns for custom events.
2013-05-29 13:48:12 -07:00
Paul Shen ef6754bce5 [docs] Fix couple minor typos/spelling 2013-05-29 13:37:07 -07:00
Paul Shen c5b4fe9e88 [docs] Fix button links on bottom of home 2013-05-29 13:30:50 -07:00
petehunt e20747ef9b Fix live editor on mobile devices 2013-05-29 13:24:51 -07:00
petehunt 6fc478516b Fix some URLs 2013-05-29 13:11:15 -07:00
Paul O’Shannessy 75897c2dcd Initial public release 2013-05-29 12:54:02 -07:00