Commit Graph

39 Commits

Author SHA1 Message Date
Kevin Coughlin
eb3c1bd437 remove footnote reference asterisk, no longer needed 2015-07-26 21:35:12 -04:00
Kevin Coughlin
2651c7f58b remove markdown remnant & unnecessary whitespace 2015-07-22 22:26:03 -04:00
Kevin Coughlin
a6fd42c758 Clarify React.render note in documentation 2015-07-06 21:47:37 -04:00
Jim
d350c29c2f Fixed confusing use of the word/name in documentation 2015-06-10 02:48:48 -07:00
Ben Alpert
9dd9111dd7 Kill React.initializeTouchEvents for good
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
2015-03-17 14:12:26 -07:00
Stefan Dombrowski
eac5bd1499 Fix in docs: getDOMNode --> findDOMNode 2015-03-12 22:07:03 +01:00
Sebastian Markbage
ea4dd85a7e ES6 Class Docs
Some minor burried docs.
2015-03-10 14:41:42 -07:00
Paul O’Shannessy
c0630494d3 [docs] React.cloneElement 2015-03-10 11:19:11 -07:00
Jim
7114950cd1 Updated docs examples/recommendations to use findDOMNode instead of getDOMNode 2015-03-05 16:42:43 -08:00
Paul O’Shannessy
c741d81ec7 Merge pull request #2675 from af/topLevelAPIDocs
Top level api docs for createFactory
2015-01-16 13:18:28 -08:00
Roman Vanesyan
f0f274c3b6 Update ref-01-top-level-api.md
React isn't framework, it's library for UI!?
2014-12-24 14:39:37 +05:00
Aaron Franks
9c918ebe36 Docs: ReactComponent -> ReactClass in a few places 2014-12-14 17:03:02 -08:00
Aaron Franks
5f88afbb74 Add top-level API docs for React.createFactory. 2014-12-08 07:54:13 -08:00
Aaron Franks
9c3fd71b52 Add type signature info to top-level API docs. 2014-12-07 23:17:27 -08:00
Aaron Franks
0016277532 Add top-level API docs section for React.createElement. 2014-11-26 23:18:10 -08:00
Ville Immonen
25e231a8a1 Update React.renderToString argument type in docs
renderToString and renderToStaticMarkup now take a ReactElement.
Update the documentation to reflect this recent change.
2014-11-04 17:02:00 +02:00
Sebastian Markbage
4e203db794 More Descriptor -> Element renames 2014-10-28 11:06:31 -07:00
Paul O’Shannessy
febd05b900 Update React.DOM -> React.createElement through docs 2014-10-28 11:06:30 -07:00
Ben Alpert
fb46ad0356 Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
2014-10-22 14:01:54 -07:00
Paul O’Shannessy
f26c6773b5 Merge pull request #2010 from nw/patch-1
Update ref-01-top-level-api.md
2014-08-13 17:26:51 -07:00
Paul O’Shannessy
82a992835c Use jekyll-redirect-from instead of our other redirect method 2014-08-13 12:38:09 -07:00
Paul O’Shannessy
2865e4a1c8 Set default layout for docs 2014-08-13 11:40:14 -07:00
Nathan White
dbab451c2b changed type info. added descriptor to descriptions 2014-08-11 15:44:21 -06:00
Nathan White
5d667e4596 Update ref-01-top-level-api.md
Added docs for `React.isValidClass` and `React.isValidComponent`. 

Still missing top level api:

* `constructAndRenderComponent`
* `constructAndRenderComponentById`
* `withContext`
2014-08-07 12:09:45 -06:00
Ben Alpert
381d461953 Remove stale deprecation note from unmounting docs 2014-07-16 23:22:54 -07:00
Ben Alpert
5af72f4b72 Add React.Children.count docs 2014-07-16 23:19:45 -07:00
Ben Alpert
4088f2449b Reorder reference pages
This order should make more sense; it moves important functions like React.renderComponent up and deprecated/discouraged ones like transferPropsTo and setProps down. No content changes.
2014-07-15 23:03:37 -07:00
Ben Alpert
6e28a33788 Tweak wording a bit on renderComponent note 2014-07-11 14:50:46 -07:00
Julen Ruiz Aizpuru
eaaeec4b9c Docs: added note about renderComponent() requirement 2014-07-11 08:37:44 +02:00
Ben Alpert
e00d25c592 Mention PropTypes in top-level API
cf. #449
2014-05-18 00:15:35 -07:00
Cheng Lou
d85ea4ab7b [Docs] document optional param for renderComponentToString 2014-02-26 15:11:53 -08:00
plievone
d264018e11 Fix docs for React.Children.map, .forEach, .only. 2014-02-16 22:41:30 +02:00
Ben Ripkens
436785e43b docs(ServerRendering): Reflect renderComponentToString changes 2014-02-06 07:56:37 +01:00
petehunt
5de5db12e5 update docs for React.Children 2014-02-03 23:28:49 -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
Ben Alpert
409d8cab93 Document return value of unmountComponentAtNode 2014-01-08 21:56:59 -08:00
Cheng Lou
0767e7b9dd docs make all link start with /react/docs 2013-12-19 17:15:01 -05:00
Paul O’Shannessy
9f6b329d8a Update API docs for unmountAndReleaseReactRootNode 2013-10-26 17:42:34 -07:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00