DEV Community

Discussion on: You (probably) don't need that useState + useEffect

Collapse
 
nvhung150196 profile image
nvhung150196

setState in React is stable. You should remove them from the dependency array. I think array just like this [data]