Posts by bleszerd • 31 points
1 post
-
3
votes2
answers48
viewsA: Function does not enter useEffect
useEffect is an React hook that controls the component lifecycle. You can imagine him thinking of the following metaphor: "React, every time the X condition changes, repeat this code". The basic…