Commit Graph

243 Commits

Author SHA1 Message Date
Pete Hunt
3191fb3d76 Update videos.md 2014-02-01 17:01:52 -08:00
petehunt
ce5990eda4 Add link to meteor talk 2014-02-01 17:01:19 -08:00
Ben Alpert
1186535c7a [docs] Fix comma splice 2014-01-31 22:30:38 -08:00
Christopher Chedeau
4c6f89902e s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
2014-01-31 10:57:06 -08:00
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.
2014-01-30 17:14:59 -08:00
Pete Hunt
9eee77b568 Merge pull request #985 from petehunt/remove-react-page
Remove references to react-page
2014-01-30 10:40:48 -08:00
Eric Schoffstall
5409381eb0 fix grammar mistake 2014-01-29 20:19:51 -07:00
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
2014-01-29 13:06:22 -08:00
Pete Hunt
3efd590bcd Update 09.2-form-input-binding-sugar.md 2014-01-29 12:45:46 -08:00
petehunt
a437abb46a remove references to react-page 2014-01-28 16:02:16 -08:00
Bob Eagan
c54d5a06f7 add hash link for lifecycle section of working with the browser page 2014-01-24 16:46:09 -07:00
Bob Eagan
c084776ff7 fix incorrect link 2014-01-24 11:10:16 -07:00
Ayman Osman
2eef22ace2 Fix typo 2014-01-23 19:21:20 +00:00
cpojer
808dea5c08 Update propTypes documentation. 2014-01-21 16:45:34 -08:00
Cheng Lou
9a6959e36e docs fix back link in Examples 2014-01-17 15:21:49 -08:00
Nick Thompson
70f1593516 Clarify componentWillMount behavior 2014-01-17 12:44:21 -08:00
Christopher Chedeau
b276112ef0 Document isMounted
Text from @petehunt
2014-01-16 10:08:53 -08:00
Paul O’Shannessy
fb0a6189a5 Remove stray "117", combine lines in polyfill docs 2014-01-15 11:08:10 -08:00
Christopher Chedeau
1a6b13918d 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
5bc56eff2b Rewrite Older Browsers polyfill section for clarity. 2014-01-14 21:59:53 -08:00
Timothy Yung
77dbc54ed0 Fix "Uncontrolled Components" documentation 2014-01-14 21:13:27 -08:00
Richard Feldman
50a8a1975a Fix typo in docs. 2014-01-14 17:09:39 -08:00
Richard Feldman
6df3ee371a 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
4a7ec73d13 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
cpojer
55d7adbc5b Document PropTypes.renderable and PropTypes.component 2014-01-10 09:36:22 -08:00
Ben Alpert
409d8cab93 Document return value of unmountComponentAtNode 2014-01-08 21:56:59 -08:00
Ben Alpert
ee8b26034f Remove two more react.min.js references 2014-01-08 11:40:53 -08:00
Paul O’Shannessy
132dfd7b1b Don't use the min build in getting started guide 2014-01-08 11:38:34 -08:00
Michal Srb
f0cadaae86 Fix URL in displayName description 2014-01-08 14:55:27 +01:00
Christopher Chedeau
a51d005f84 Merge pull request #819 from mtharrison/add-more-svg-tags
Added support for 4 extra SVG tags
2014-01-06 15:44:15 -08:00
Timothy Yung
1293d38f99 Merge pull request #754 from spicyj/over-and-out
Add onMouseOver and onMouseOut events
2014-01-06 10:28:54 -08:00
Christopher Chedeau
11e66bf467 Merge pull request #823 from spicyj/key-docs
Add charCode/keyCode/which to key event docs
2014-01-06 09:40:18 -08:00
Matt Harrison
810c89b8cb Aphabetized and wrapped tags/attributes docs 2014-01-06 08:15:46 +00:00
Ben Alpert
b282c3efd5 Add charCode/keyCode/which to key event docs 2014-01-05 21:24:17 -07:00
Christopher Chedeau
5a2c2d8e3f Merge pull request #809 from passy/patch-1
Add gulp-react to Helpful OSS Projects
2014-01-05 18:16:20 -08:00
Matt Harrison
b5ed61ab58 Updated docs with new SVG elements 2014-01-05 12:18:30 +00:00
Daniel Lo Nigro
561bc9a26a Change “not allowed” back to “discouraged” since you technically *can* use props called class or for 2014-01-04 23:33:02 -08:00
Daniel Lo Nigro
6edc47aeae Add link to HTML to JSX converter to “JSX In Depth” page 2014-01-04 23:25:28 -08:00
xixixao
4c7abcd424 Document displayName 2014-01-04 17:34:16 +01:00
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.
2014-01-04 11:20:45 +01:00
Ben Alpert
1758583add Fix typo 2014-01-03 23:19:04 -07:00
Ben Alpert
1494ab98f2 Mention react-art where we talk about SVG 2014-01-03 23:15:50 -07:00
Felipe Oliveira Carvalho
6baf40bd22 Remove the require-jsx plugin from the tooling-integration page
In favor of the r.js friendly jsx-requirejs-plugin
2014-01-03 16:03:42 -03:00
Felipe Oliveira Carvalho
35490e4b5e Add jsx-requirejs-plugin to the tooling-integration page 2014-01-03 15:45:03 -03:00
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.
2013-12-30 17:38:15 -07:00
Vjeux
87a53ea086 Making 'native DOM' nodes more explicit in documentation 2013-12-31 01:34:42 +01:00
Ben Alpert
64a5570c1c Move initial $.ajax out of getInitialState
We want to encourage people to make pure getInitialState functions.
2013-12-29 00:14:05 -07:00
Pete Hunt
d24fbf6d7b Merge pull request #733 from ivan/master
Use explicit $.ajax dataType and add error callback
2013-12-28 22:15:08 -08:00
Ivan Kozik
91a049a45e console.log -> console.error 2013-12-29 06:12:45 +00:00
Ivan Kozik
81f24d13e6 Add a warning about the @jsx declaration 2013-12-29 05:51:07 +00:00