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
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
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
cpojer
808dea5c08
Update propTypes documentation.
11 years ago
Cheng Lou
9a6959e36e
docs fix back link in Examples
11 years ago
Nick Thompson
70f1593516
Clarify componentWillMount behavior
11 years ago
Christopher Chedeau
b276112ef0
Document isMounted
Text from @petehunt
11 years ago
Paul O’Shannessy
fb0a6189a5
Remove stray "117", combine lines in polyfill docs
11 years ago
Richard Feldman
5bc56eff2b
Rewrite Older Browsers polyfill section for clarity.
11 years ago
Timothy Yung
77dbc54ed0
Fix "Uncontrolled Components" documentation
11 years ago
Richard Feldman
50a8a1975a
Fix typo in docs.
11 years ago
Richard Feldman
6df3ee371a
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
11 years ago
Ben Alpert
4a7ec73d13
Add dataType to all $.ajax calls for consistency
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w .
11 years ago
cpojer
55d7adbc5b
Document PropTypes.renderable and PropTypes.component
11 years ago
Ben Alpert
409d8cab93
Document return value of unmountComponentAtNode
11 years ago
Ben Alpert
ee8b26034f
Remove two more react.min.js references
11 years ago
Paul O’Shannessy
132dfd7b1b
Don't use the min build in getting started guide
11 years ago
Michal Srb
f0cadaae86
Fix URL in displayName description
11 years ago
Matt Harrison
810c89b8cb
Aphabetized and wrapped tags/attributes docs
11 years ago
Ben Alpert
b282c3efd5
Add charCode/keyCode/which to key event docs
11 years ago
Matt Harrison
b5ed61ab58
Updated docs with new SVG elements
11 years ago
Daniel Lo Nigro
561bc9a26a
Change “not allowed” back to “discouraged” since you technically *can* use props called `class` or `for`…
11 years ago
Daniel Lo Nigro
6edc47aeae
Add link to HTML to JSX converter to “JSX In Depth” page
11 years ago
xixixao
4c7abcd424
Document displayName
11 years ago
Pascal Hartig
7d90bee52c
Add gulp-react to Helpful OSS Projects
Add @sindresorhus' JSX task for Gulp to the "Helpful Open-Source Projects" section of the tooling integration docs.
11 years ago
Ben Alpert
1758583add
Fix typo
11 years ago
Ben Alpert
1494ab98f2
Mention react-art where we talk about SVG
11 years ago
Felipe Oliveira Carvalho
6baf40bd22
Remove the require-jsx plugin from the tooling-integration page
In favor of the r.js friendly jsx-requirejs-plugin
11 years ago
Felipe Oliveira Carvalho
35490e4b5e
Add jsx-requirejs-plugin to the tooling-integration page
11 years ago
Ben Alpert
7b7fce2fb3
Add onMouseOver and onMouseOut events
Fixes #340 .
Test Plan:
Ported @danielstocks's jsfiddle (linked in the issue) to React and the hover effect worked properly.
11 years ago
Vjeux
87a53ea086
Making 'native DOM' nodes more explicit in documentation
11 years ago
Ben Alpert
64a5570c1c
Move initial $.ajax out of getInitialState
We want to encourage people to make pure getInitialState functions.
11 years ago
Ivan Kozik
91a049a45e
console.log -> console.error
11 years ago
Ivan Kozik
81f24d13e6
Add a warning about the @jsx declaration
11 years ago
Ivan Kozik
c72efb80c5
Use explicit $.ajax dataType and add error callback
11 years ago
Cheng Lou
9208a5153e
docs add warning to add jsx pragma
11 years ago
Wincent Colaiuta
9414ba1d83
Fix a typo in the working-with-the-browser docs
11 years ago
Vjeux
8d938e4a32
Add a talks section to the docs
11 years ago
Fabio M. Costa
8a7415fd66
updating text as suggested by @petehunt
11 years ago
Fabio M. Costa
30199e4d17
Adding note about onScroll on IE8
11 years ago
Vjeux
0f3a5793e5
Document the Diff algorithm
We often refer to it but never did actually explain it.
11 years ago