Paul Shen
e9bbd10e7d
Merge pull request #42 from vjeux/blog
Blog article for JSFiddle Integration
12 years ago
Vjeux
598c260cc0
Add <script> tags in the download page for easy embed
12 years ago
Vjeux
f2d74a85da
Add JSFiddle to the getting started section
12 years ago
Vjeux
18a1f71d64
Add a base link without JSX
12 years ago
Vjeux
69b45799e2
Adding \n at the end of the files
12 years ago
Vjeux
ed0a3a44ac
Adding a left menu navigation
12 years ago
Vjeux
0cb36084ac
Initial version of the blog
12 years ago
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
12 years ago
petehunt
394d23f848
ReactDOM->React.DOM
12 years ago
Jeffrey Lin
b72f012fb7
Fix live_editor.js usage of class=
12 years ago
Paul O’Shannessy
ba7b42766b
v0.3.2
Also some tweaks to package.json details.
12 years ago
petehunt
5ba90d42ee
Merge pull request #33 from spicyj/docs-fix
Update stale event docs in tutorial
12 years ago
Ben Alpert
1fc75432da
Add `return false;` to onSubmit handlers
12 years ago
Ben Alpert
441302ee6e
Wording tweaks
12 years ago
Ben Alpert
ccd06e728a
Update stale event docs in tutorial
The example uses onSubmit but the docs were still referring to onKeyUp.
12 years ago
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.
12 years ago
Paul O’Shannessy
99b24c4bf5
Bump docs version to v0.3.1
12 years ago
Paul O’Shannessy
3147461038
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.
12 years ago
petehunt
8aa80efba4
@yungsters
12 years ago
petehunt
6b561b357d
bla
12 years ago
petehunt
2a58bf2976
fixes
12 years ago
petehunt
7a58c12394
oops
12 years ago
petehunt
1e169a2213
Return of mixin docs
12 years ago
Paul O’Shannessy
6d164a0757
Update bower install command
Fixes #21
12 years ago
yungsters
ef3e98ed24
Ignore "docs/js/jsx-compiler.js" from Git.
12 years ago
yungsters
01e8f9dff1
Revise 'live_editor.js' using JSX.
12 years ago
yungsters
c63eddc525
Add a JSX Compiler tool.
12 years ago
petehunt
3a6452c928
Merge pull request #19 from seiffert/submit_button
Docs/Tutorial: Introducing a submit button in the comment form
12 years ago
Paul O’Shannessy
6f057c6909
Merge pull request #22 from yungsters/docs
[docs] Revise marketing copy around JSX.
12 years ago
yungsters
6981a7e754
[docs] Revise marketing copy around JSX.
12 years ago
Paul Seiffert
c09a1bd376
Introducing a submit button in the tutorial's comment form
12 years ago
Paul Seiffert
2e0837a574
Highlighting the correct line
12 years ago
petehunt
f3688a1dd5
Merge pull request #14 from petehunt/marketing
Docs updates per community response
12 years ago
petehunt
3c32fd5297
make it a little less cynical
12 years ago
petehunt
f0805bee14
Docs updates per community response
12 years ago
petehunt
8e7d880c27
add a link to my tutorial repo
12 years ago
Christian Roman
646a44a45f
Fix minor typo error
12 years ago
yungsters
4c15dadd5f
[website] Add Google Analytics.
12 years ago
Timothy Yung
eba864fcf8
Merge pull request #6 from paulshen/apidocs
[docs] Clean up formatting on /api.html
12 years ago
Paul Shen
484f02d7d1
[docs] Clean up formatting on /api.html
12 years ago
yungsters
af2f761bc6
[docs] Improve "Event Handling" documentation.
Added some additional examples to explain common usage patterns for custom events.
12 years ago
Paul Shen
d12a80fb6e
[docs] Fix couple minor typos/spelling
12 years ago
Paul Shen
42238175d5
[docs] Fix button links on bottom of home
12 years ago
petehunt
a17b1662b7
Fix live editor on mobile devices
12 years ago
petehunt
f3c6513e83
Fix some URLs
12 years ago
Paul O’Shannessy
eb278167cd
Initial public release
12 years ago