dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisondocs/docs/state-and-lifecycle.md ModifiedPatch
Files changed
Rendering syntax-highlighted changes…