DEV Community

Discussion on: You don't know useEffect

Collapse
 
tanth1993 profile image
tanth1993

great. when I start to learn useEffect at the beginning. I didn't know why all effects were called at the first time even though the dependancies didn't change. Now I know the tip from you. However, I had to arrange useEffect in order so that the effect work as I expected.