-
Notifications
You must be signed in to change notification settings - Fork 49.4k
Closed
Description
http://facebook.github.io/react/docs/component-specs.html#updating-componentdidupdate is unclear on when it is called with regards to the render
function.
The docs state that it's "Invoked immediately after updating occurs" but it is unclear what is meant with updating in this case: it can refer to either the component as a whole updating (meaning post-render), or it can refer to setState() having been processed (which might mean pre-render).
It would be good to explicitly state when this function fires in its documentation (even if somewhere else on the site this is described in text or graphic form already).
skitterm, AkshayRaj, Bryanprz, searene, prateekjahead and 8 more
Metadata
Metadata
Assignees
Labels
No labels