#useeffect
Read more stories on Hashnode
Articles with this tag
Whenever a STATE VARIABLE is updated, React re-renders the entire component. useEffect's CB function is called only when the entire Component is...
Micro-services v/s Monolith Monolith: A huge big project which itself has API code, UI code, Auth Code, DB code, etc. Everything inside a single...