Commit Graph

33 Commits

Author SHA1 Message Date
Toru Kobayashi
1a2774733a Remove getDOMNode from docs (#6919) 2016-05-30 09:16:15 -07:00
Jim
eeaf72f9aa Added post about upgrading your code to avoid isMounted() 2015-12-15 16:25:07 -08:00
jim
43128ce233 Increase severity of setprops and replaceprops deprecations, since their removal is now imminent. 2015-12-03 04:08:53 -08:00
Baraa Hamodi
bd6d713917 File Cleanup. 2015-10-10 16:05:58 -04:00
Jim
33cd980f0e React -> ReactDOM for render() and findDOMNode() 2015-10-05 17:46:58 -07:00
chico
f180f0ce37 make properties notation in docs consistent 2015-10-02 03:44:47 +03:00
Andreas Savvides
9d9ec7cc8a Make "Component API" more readable 2015-09-14 18:23:00 +01:00
li.li
721e3c2c94 update component api docs 2015-08-13 15:34:21 +08:00
Paul O’Shannessy
ccdb7ff865 Merge pull request #4404 from jbonta/component_api_docs
Make component api docs clearer
2015-07-21 11:11:37 -07:00
Jason Bonta
704fb36b8e Make component api docs clearer
I'm proposing these changes because I found some repetition / lack of
clarity and some language that suggested that you could mutate
`this.state` directly.
2015-07-18 17:20:36 -07:00
Daniel Hejl
b2611b0de2 Removed redundant grave accent character from Component API docs 2015-05-02 22:22:20 -07:00
Sebastian Markbage
ea4dd85a7e ES6 Class Docs
Some minor burried docs.
2015-03-10 14:41:42 -07:00
Paul O’Shannessy
b8c7ed89ed Merge pull request #3362 from jsfb/docs-for-setstate
Added docs about the first-parameter-is-function version of setState.
2015-03-10 12:29:25 -07:00
Jim
135117dd27 Added docs about the first-parameter-is-function version of setState. 2015-03-10 11:47:00 -07:00
Paul O’Shannessy
ab11e54d4c Add deprecation note for deprecated component APIs 2015-03-10 10:44:24 -07:00
Jim
7114950cd1 Updated docs examples/recommendations to use findDOMNode instead of getDOMNode 2015-03-05 16:42:43 -08:00
Bob Ralian
3d9349c653 clarifies forceUpdate method 2015-02-23 10:34:41 -06:00
Toru Kobayashi
16a99a1247 Fix consistency of component api document 2015-02-02 09:52:08 +09:00
Sebastian Markbage
4202fcd9c5 Replace transferPropsTo with transferring props patterns 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
f54b7aec3f Reword Component API intro
Fixes #2179
2014-09-22 14:40:22 -07:00
Paul O’Shannessy
2865e4a1c8 Set default layout for docs 2014-08-13 11:40:14 -07:00
Julen Ruiz Aizpuru
49499bbf58 Docs: added note about setState() side-effects 2014-07-31 09:31:01 +02: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
43ecc6a7f0 Clarify refs and setState callback documentation 2014-06-17 23:20:04 -07:00
Ben Alpert
6169bf33de [docs] Point to renderComponent over setProps 2014-06-08 13:04:40 -07:00
Ben Alpert
0fdf67d922 Be more specific with createClass, renderComponent
Closes #371.
2014-05-18 00:15:35 -07:00
Cheng Lou
3f257dea2f [Docs] Rendering null/false and getDOMNode. 2014-04-09 19:26:42 -07:00
Ben Alpert
cb05a30360 Add callback to setProps docs 2014-04-02 15:01:50 -07:00
Ayman Osman
2eef22ace2 Fix typo 2014-01-23 19:21:20 +00:00
Christopher Chedeau
b276112ef0 Document isMounted
Text from @petehunt
2014-01-16 10:08:53 -08:00
Fabio M. Costa
d469a4e694 Fixes the name of the component on documentation
AvatarImage -> Avatar
2013-11-10 11:52:41 -08:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00