DEV Community

Discussion on: Writing (clean) React code

Collapse
 
ridoansaleh profile image
Ridoan

Point number 4 in Case 2 will create infinite loop of API calls. You should consider adding an empty array as the dependency of useEffect.

Collapse
 
jithinks profile image
Jithin KS

Corrected