Stoyan
c8a2018228
Update videos.md
2014-02-03 22:09:00 -08:00
Pete Hunt
fa046ca04e
Merge pull request #963 from bobeagan/patch-1
...
Replace "comments.json" with this.props.url in the docs tutorial code snippet
2014-02-03 15:08:17 -08:00
Jared Forsyth
92a20220e7
adding a link to react-router
2014-02-02 01:23:12 -07:00
Pete Hunt
e4d1618f63
Update example-apps.md
2014-02-01 18:43:12 -08:00
Christopher Chedeau
78f3addd01
Merge pull request #1011 from petehunt/complementary-tools
...
Add a complementary tools page
2014-02-01 18:36:45 -08:00
petehunt
26c6ea961b
add example apps page
2014-02-01 18:11:00 -08:00
petehunt
aaada5e212
Add a complementary tools page
2014-02-01 17:43:56 -08:00
Pete Hunt
f18bda51d6
Update videos.md
2014-02-01 17:01:52 -08:00
petehunt
3119d66e26
Add link to meteor talk
2014-02-01 17:01:19 -08:00
Ben Alpert
98432365d9
[docs] Fix comma splice
2014-01-31 22:30:38 -08:00
Ben Alpert
a2e805b26e
Disable CodeMirror smart indentation
...
Fixes #966 .
2014-01-31 22:10:37 -08:00
Christopher Chedeau
f1b54bc310
s/Mock DOM/Virtual DOM/
...
Let's be consistent with the naming
2014-01-31 10:57:06 -08:00
Kunal Mehta
43a242b67f
Add documentation about React.renderComponent
...
Recently learned that components passed into `React.renderComponent` may not be the ones actually mounted. Also learned that it returns the mounted component. Added some documentation describing this.
2014-01-30 17:14:59 -08:00
Pete Hunt
b225b34f91
Merge pull request #985 from petehunt/remove-react-page
...
Remove references to react-page
2014-01-30 10:40:48 -08:00
Eric Schoffstall
cf1089fa0e
fix grammar mistake
2014-01-29 20:19:51 -07:00
Paul O’Shannessy
d8e9eb978b
Fix animation example code
...
key should never be index into an array or there are bugs. Especially in
transitions.
Fixes #853
2014-01-29 13:06:22 -08:00
Pete Hunt
46c6ac5bb0
Update 09.2-form-input-binding-sugar.md
2014-01-29 12:45:46 -08:00
Ben Alpert
4894055114
Fix docs typo
2014-01-29 11:19:45 -08:00
petehunt
470a7d11ee
remove references to react-page
2014-01-28 16:02:16 -08:00
Bob Eagan
e3342f31b2
add hash link for lifecycle section of working with the browser page
2014-01-24 16:46:09 -07:00
Bob Eagan
4aececb645
fix incorrect link
2014-01-24 11:10:16 -07:00
Bob Eagan
7614af3c9a
replace "comments.json" with this.props.url
2014-01-24 08:52:00 -07:00
Ayman Osman
97518fd664
Fix typo
2014-01-23 19:21:20 +00:00
Jean Lauliac
b872100be6
Normalize internal links in 'why react' article
2014-01-22 22:01:20 +01:00
Jean Lauliac
14cb99c9aa
Update broken link in 'why react' article
2014-01-22 21:53:36 +01:00
cpojer
ca02a068b8
Update propTypes documentation.
2014-01-21 16:45:34 -08:00
Ben Alpert
ffc31ed77b
Merge pull request #914 from chenglou/jsx
...
tweak frontpage first example code
2014-01-17 18:27:51 -08:00
Cheng Lou
d8d4120614
[docs] Tweak frontpage first example and jsx-compiler example
2014-01-17 17:53:44 -08:00
Ben Alpert
ea711f1d62
Simplify live editor execution logic
2014-01-17 17:42:53 -08:00
Ben Alpert
4440486a24
Properly clear live editor on JSX compile failure
2014-01-17 17:42:40 -08:00
Cheng Lou
d489637a4f
Merge pull request #931 from spicyj/master
...
Update homepage for new JSX/JS editor
2014-01-17 16:56:40 -08:00
Ben Alpert
2ac36178c6
Update homepage for new JSX/JS editor
2014-01-17 16:46:50 -08:00
Paul O’Shannessy
487f633643
Normalize line endings
2014-01-17 16:28:32 -08:00
Cheng Lou
71b585325c
docs add jsx->js tab to live editors
2014-01-17 15:49:59 -08:00
Cheng Lou
4f53f58754
docs fix back link in Examples
2014-01-17 15:21:49 -08:00
Nick Thompson
c2d57dff4b
Clarify componentWillMount behavior
2014-01-17 12:44:21 -08:00
Christopher Chedeau
2562813c63
Document isMounted
...
Text from @petehunt
2014-01-16 10:08:53 -08:00
Paul O’Shannessy
8ca62bd022
[docs] Remove commented out ghbtns
2014-01-15 11:40:36 -08:00
Paul O’Shannessy
a69f98b834
[docs] Add timezone to _config
...
This way we hopefully won't churn the feed when genereated in
a different time zone (eg France).
2014-01-15 11:14:15 -08:00
Paul O’Shannessy
e1f4357ff7
Remove stray "117", combine lines in polyfill docs
2014-01-15 11:08:10 -08:00
Christopher Chedeau
a821f03cf4
Merge pull request #892 from rtfeldman/update-shim-docs
...
Mention need for `es5-sham.js` in docs
2014-01-15 09:15:59 -08:00
Richard Feldman
c3a2ea2256
Rewrite Older Browsers polyfill section for clarity.
2014-01-14 21:59:53 -08:00
Timothy Yung
977b60c1ed
Fix "Uncontrolled Components" documentation
2014-01-14 21:13:27 -08:00
Richard Feldman
f62ec225e0
Fix typo in docs.
2014-01-14 17:09:39 -08:00
Richard Feldman
9420e86480
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
2014-01-14 16:57:27 -08:00
Ben Alpert
eb2ac7f2f2
Add dataType to all $.ajax calls for consistency
...
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w .
2014-01-13 19:54:09 -08:00
Christoph Pojer
124096a9fe
Fix #845 , Trivial year change
...
This was accidentally pulled into gh-pages.
2014-01-13 08:56:20 -08:00
Christoph Pojer
ad6a982cd0
Fix #874 : Edit thinking-in-react
...
Accidentally pulled #874 into gh-pages.
2014-01-13 08:51:29 -08:00
cpojer
d73f80ecb2
Document PropTypes.renderable and PropTypes.component
2014-01-10 09:36:22 -08:00
Ben Alpert
87a95155be
Document return value of unmountComponentAtNode
2014-01-08 21:56:59 -08:00