Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
madeofpalk
on April 19, 2017
|
parent
|
context
|
favorite
| on:
Facebook Announces React Fiber, a Rewrite of Its R...
Except it's not for when you actually want to know when the component was put into the DOM, or you're running react server-side
wayfarer2s
on April 19, 2017
[–]
> when you actually want to know when the component was put into the DOM
You can use componentDidMount for that and its semantics are still the same.
danabramov
on April 19, 2017
|
parent
|
next
[–]
Yes, componentDidMount is the place to work with DOM. componentWillMount never worked this way—it is basically a glorified constructor from pre-ES6 era.
madeofpalk
on April 19, 2017
|
parent
|
prev
[–]
Oh apologies - I really the comment as componentDidMount. My bad.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: