Commit Graph

32 Commits

Author SHA1 Message Date
Jim bec238a7c9 Added post about upgrading your code to avoid isMounted() 2015-12-15 16:25:07 -08:00
jim 8c7603311a Increase severity of setprops and replaceprops deprecations, since their removal is now imminent. 2015-12-03 04:08:53 -08:00
Baraa Hamodi a86e349535 File Cleanup. 2015-10-10 16:05:58 -04:00
Jim 712199ef98 React -> ReactDOM for render() and findDOMNode() 2015-10-05 17:46:58 -07:00
chico 89e28a3fbe make properties notation in docs consistent 2015-10-02 03:44:47 +03:00
Andreas Savvides f98112f24d Make "Component API" more readable 2015-09-14 18:23:00 +01:00
li.li f027ca8ca0 update component api docs 2015-08-13 15:34:21 +08:00
Paul O’Shannessy 82a9a5595e Merge pull request #4404 from jbonta/component_api_docs
Make component api docs clearer
2015-07-21 11:11:37 -07:00
Jason Bonta bae4e586e5 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 f81d52b854 Removed redundant grave accent character from Component API docs 2015-05-02 22:22:20 -07:00
Sebastian Markbage efebdb2925 ES6 Class Docs
Some minor burried docs.
2015-03-10 14:41:42 -07:00
Paul O’Shannessy 62d5d646db 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 7569e810e7 Added docs about the first-parameter-is-function version of setState. 2015-03-10 11:47:00 -07:00
Paul O’Shannessy b038943653 Add deprecation note for deprecated component APIs 2015-03-10 10:44:24 -07:00
Jim 030fc752ba Updated docs examples/recommendations to use findDOMNode instead of getDOMNode 2015-03-05 16:42:43 -08:00
Bob Ralian 8d29520dc7 clarifies forceUpdate method 2015-02-23 10:34:41 -06:00
Toru Kobayashi b7860b7da4 Fix consistency of component api document 2015-02-02 09:52:08 +09:00
Sebastian Markbage b7a548c4bf Replace transferPropsTo with transferring props patterns 2014-10-28 11:06:30 -07:00
Ben Alpert 52494f9d72 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 eafe786aef Reword Component API intro
Fixes #2179
2014-09-22 14:40:22 -07:00
Paul O’Shannessy 4c7cd13ab3 Set default layout for docs 2014-08-13 11:40:14 -07:00
Julen Ruiz Aizpuru 1219663e9a Docs: added note about setState() side-effects 2014-07-31 09:31:01 +02:00
Ben Alpert dd3167edc9 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 121b290899 Clarify refs and setState callback documentation 2014-06-17 23:20:04 -07:00
Ben Alpert 2f61996ec3 [docs] Point to renderComponent over setProps 2014-06-08 13:04:40 -07:00
Ben Alpert f1a5a4c58e Be more specific with createClass, renderComponent
Closes #371.
2014-05-18 00:15:35 -07:00
Cheng Lou e17222671e [Docs] Rendering null/false and getDOMNode. 2014-04-09 19:26:42 -07:00
Ben Alpert 2d66fc4518 Add callback to setProps docs 2014-04-02 15:01:50 -07:00
Ayman Osman 97518fd664 Fix typo 2014-01-23 19:21:20 +00:00
Christopher Chedeau 2562813c63 Document isMounted
Text from @petehunt
2014-01-16 10:08:53 -08:00
Fabio M. Costa 1d73efee10 Fixes the name of the component on documentation
AvatarImage -> Avatar
2013-11-10 11:52:41 -08:00
Ben Alpert 364d6029b6 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00