DEV Community

Discussion on: My journey through React

 
rfindley profile image
Ryan

So I am running things one way with the useEffect as I have two of them running in the parent component and am passing props down to the children. I was really struggling getting this to work with useState only though I intend to try to re-factor as I get the app up and running.