dillon1000/react

Commit

Clarify implementation of tick() in Lifecycle docs (#11002)

This documentation change clarifies how the method `tick()` relates to the example given in the State and Lifecycle documentation. Why this change is necessary is because it may be confusing for beginners who may mistake `tick()` to be a lifecycle API hook.  To clarify, the verbiage is changed so that it becomes more clear that the method is specific to the component and not the API.
Browse files
Changed paths1 file
First-parent comparison
M docs/docs/state-and-lifecycle.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…