li.li
721e3c2c94
update component api docs
10 years ago
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.
10 years ago
Daniel Hejl
b2611b0de2
Removed redundant grave accent character from Component API docs
10 years ago
Sebastian Markbage
ea4dd85a7e
ES6 Class Docs
Some minor burried docs.
10 years ago
Jim
135117dd27
Added docs about the first-parameter-is-function version of setState.
10 years ago
Paul O’Shannessy
ab11e54d4c
Add deprecation note for deprecated component APIs
10 years ago
Jim
7114950cd1
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
10 years ago
Bob Ralian
3d9349c653
clarifies forceUpdate method
10 years ago
Toru Kobayashi
16a99a1247
Fix consistency of component api document
10 years ago
Sebastian Markbage
4202fcd9c5
Replace transferPropsTo with transferring props patterns
10 years ago
Ben Alpert
fb46ad0356
Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
10 years ago
Paul O’Shannessy
f54b7aec3f
Reword Component API intro
Fixes #2179
10 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Julen Ruiz Aizpuru
49499bbf58
Docs: added note about setState() side-effects
11 years ago
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.
11 years ago
Ben Alpert
43ecc6a7f0
Clarify refs and setState callback documentation
11 years ago
Ben Alpert
6169bf33de
[docs] Point to renderComponent over setProps
11 years ago
Ben Alpert
0fdf67d922
Be more specific with createClass, renderComponent
Closes #371 .
11 years ago
Cheng Lou
3f257dea2f
[Docs] Rendering null/false and getDOMNode.
11 years ago
Ben Alpert
cb05a30360
Add callback to setProps docs
11 years ago
Ayman Osman
2eef22ace2
Fix typo
11 years ago
Christopher Chedeau
b276112ef0
Document isMounted
Text from @petehunt
11 years ago
Fabio M. Costa
d469a4e694
Fixes the name of the component on documentation
AvatarImage -> Avatar
11 years ago
Ben Alpert
f566b56ed1
Flesh out reference documentation, more API info
11 years ago