Created
July 11, 2022 13:15
-
-
Save SOliv1/de7bec4f2d8c3e75ba725fd22fab2081 to your computer and use it in GitHub Desktop.
COMPONENT LIFECYCLE METHODS Introduction to Lifecycle Methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/8e23eb6d25c868246b7fe74fcaa6dfa0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
componentDidUpdate(prevProps) {
if (this.props.isPrecise === prevProps.isPrecise) {
return;
}