Ben Alpert
b637cb3193
Updat docs for refs/findDOMNode
9 years ago
Jim
33cd980f0e
React -> ReactDOM for render() and findDOMNode()
9 years ago
chico
f180f0ce37
make properties notation in docs consistent
9 years ago
Andreas Savvides
c56d0fd84f
Make "Component Specs and Lifecycle" more readable
9 years ago
Tyler Brock
e031fddf67
Clarify invocation order of componentDidMount
OP is delivering on promise made here: https://discuss.reactjs.org/t/how-do-you-invoke-the-render-callback-in-jsx/1744
10 years ago
Basarat Ali Syed
01eb5643a2
📝 link to docs and not the blog post
10 years ago
Basarat Ali Syed
0ce79961c2
📝 document changes for classes
Taking https://github.com/facebook/react/pull/4013#discussion_r31829922 into account
10 years ago
Toru Kobayashi
5a6bdd6dc3
component.render method returns a ReactElement.
10 years ago
Rick Beerendonk
60d197eca3
Add documentation about JSX and displayName.
The section that described how JSX transform handles displayName was lost in commit 9b1ee4de4636fcc9af1cf93099e062a3f6eb96f5
Fixes #3338
10 years ago
Jim
7114950cd1
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
10 years ago
Jim
48eddd101e
Update docs to indicate that componentDDidUpdate is fired after changes are flushed to the DOM. Fixes #2796
10 years ago
Mark Hintz
b61aace624
Update ref-03-component-specs.md
Edit the description of componentDidMount() to make clear that the function is called only once during the lifecycle of the component, after only the initial render() call. The description is now similar to that for componentWillMount(). The existing wording does not make it clear that the function is called only after the initial render. (Granted, it is possible to infer this from descriptions of the component lifecycle found elsewhere in the documentation, but I think explicit is better than implicit in this case).
10 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Ben Alpert
7fbdfcaada
Fix comma splice
11 years ago
Paul O’Shannessy
b44d2ae79f
Simplify shouldComponentUpdate example [skip ci]
11 years ago
Ben Alpert
712860e251
Fix up getDefaultProps docs
11 years ago
Ben Alpert
a3ddb16832
Clarify when getDefaultProps is called
Fixes #1778 .
11 years ago
Cheng Lou
0e1afc738b
[Docs] Render `null` returns noscript now
Following #1495 .
11 years ago
Cheng Lou
ff6cb41f09
[Docs] new PropType behavior
(Killed the TODOs since they're no longer valid).
11 years ago
Cheng Lou
3f257dea2f
[Docs] Rendering null/false and getDOMNode.
11 years ago
Christopher Chedeau
7af0e4d3bc
Add client/server mention in componentDid/WillMount documentation
11 years ago
Ben Alpert
7cbf8a6e76
[docs] Fix version in lifecycle argument note
Fixes #1163 .
11 years ago
Ben Alpert
d70a0d1c90
Add simple docs on statics to reference section
Fixes #1056 .
11 years ago
Nick Thompson
70f1593516
Clarify componentWillMount behavior
11 years ago
Michal Srb
f0cadaae86
Fix URL in displayName description
11 years ago
xixixao
4c7abcd424
Document displayName
11 years ago
Vjeux
87a53ea086
Making 'native DOM' nodes more explicit in documentation
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Cheng Lou
3d51380732
docs remove rootNode for componentDidMount/Update
11 years ago
Paul O’Shannessy
9b3c3b63e2
[docs] Clarify when `getInitialState` is called.
11 years ago
Ben Alpert
f566b56ed1
Flesh out reference documentation, more API info
11 years ago