Pete Hunt
56d8adf475
Update complementary-tools.md
11 years ago
Ben Alpert
36f250bf9c
Merge pull request #1003 from rdworth/patch-1
Update tutorial.md to still have jQuery script tag in later code sample
11 years ago
imagentleman
948c0beb48
Update broken link in "Why React" post
The AngularJS docs have been updated since the post was originally published.
It should point to the docs from that date (June 5th).
11 years ago
imagentleman
57e5bfdfc3
Docs: Fixed reference to unreachable url.
11 years ago
cpojer
5989a938d3
Add PropTypes.ArrayOf and clean up ReactPropTypes.js
11 years ago
Nadeesha Cabral
2ad7d1a0ef
Fixed missing lighted line
The line number added had been changed from the previous representation of the code fence, but was not highlighted. Therefore, fixed.
11 years ago
Ben Ripkens
436785e43b
docs(ServerRendering): Reflect renderComponentToString changes
11 years ago
Paul O’Shannessy
b88f451383
Center twitter embeds differently. again.
This time, just target the iframe. display: table was weird in webkit.
11 years ago
Paul O’Shannessy
fad00d0992
Don't use <center> for twitter embeds
11 years ago
Jonas Gebhardt
2758b08f12
Community Round-Up #15 ; center embedded tweets
11 years ago
petehunt
eaf234a53b
more references
11 years ago
petehunt
5de5db12e5
update docs for React.Children
11 years ago
Stoyan
c61ad04ead
Update videos.md
11 years ago
Pete Hunt
7eae833404
Merge pull request #963 from bobeagan/patch-1
Replace "comments.json" with this.props.url in the docs tutorial code snippet
11 years ago
Jared Forsyth
2ea59e9eaf
adding a link to react-router
11 years ago
Pete Hunt
4fd9722b61
Update example-apps.md
11 years ago
Christopher Chedeau
3823937f21
Merge pull request #1011 from petehunt/complementary-tools
Add a complementary tools page
11 years ago
petehunt
c07c43b202
add example apps page
11 years ago
petehunt
22d23865a4
Add a complementary tools page
11 years ago
Pete Hunt
3191fb3d76
Update videos.md
11 years ago
petehunt
ce5990eda4
Add link to meteor talk
11 years ago
Ben Alpert
1186535c7a
[docs] Fix comma splice
11 years ago
Ben Alpert
27087a5704
Disable CodeMirror smart indentation
Fixes #966 .
11 years ago
Christopher Chedeau
4c6f89902e
s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
11 years ago
Richard D. Worth
835abde4c1
Update tutorial.md to still have jQuery script tag in later code sample
11 years ago
Kunal Mehta
2ab43c462e
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.
11 years ago
Pete Hunt
9eee77b568
Merge pull request #985 from petehunt/remove-react-page
Remove references to react-page
11 years ago
Eric Schoffstall
5409381eb0
fix grammar mistake
11 years ago
Paul O’Shannessy
f58a507cb7
Fix animation example code
key should never be index into an array or there are bugs. Especially in
transitions.
Fixes #853
11 years ago
Pete Hunt
3efd590bcd
Update 09.2-form-input-binding-sugar.md
11 years ago
Ben Alpert
9815379f38
Fix docs typo
11 years ago
Josh Duck
e59e2d8ec8
Add warning about object property order.
It's easy to misuse the properties-as-keys feature and end up with children rendered out of order. Add a note and example of how to avoid this.
11 years ago
petehunt
a437abb46a
remove references to react-page
11 years ago
Bob Eagan
c54d5a06f7
add hash link for lifecycle section of working with the browser page
11 years ago
Bob Eagan
c084776ff7
fix incorrect link
11 years ago
Bob Eagan
b24d241b82
replace "comments.json" with this.props.url
11 years ago
Ayman Osman
2eef22ace2
Fix typo
11 years ago
Jean Lauliac
df5faa78a8
Normalize internal links in 'why react' article
11 years ago
Jean Lauliac
3c64d5d020
Update broken link in 'why react' article
11 years ago
cpojer
808dea5c08
Update propTypes documentation.
11 years ago
Ben Alpert
2a4e16536d
Merge pull request #914 from chenglou/jsx
tweak frontpage first example code
11 years ago
Cheng Lou
99304a3a20
[docs] Tweak frontpage first example and jsx-compiler example
11 years ago
Ben Alpert
dd2dc27184
Simplify live editor execution logic
11 years ago
Ben Alpert
d4553afa1f
Properly clear live editor on JSX compile failure
11 years ago
Cheng Lou
67080c105d
Merge pull request #931 from spicyj/master
Update homepage for new JSX/JS editor
11 years ago
Ben Alpert
698f565c28
Update homepage for new JSX/JS editor
11 years ago
Paul O’Shannessy
3ac6077468
Normalize line endings
11 years ago
Cheng Lou
353981f384
docs add jsx->js tab to live editors
11 years ago
Cheng Lou
9a6959e36e
docs fix back link in Examples
11 years ago
Nick Thompson
70f1593516
Clarify componentWillMount behavior
11 years ago