Skip to content

Pankaj-krCP/ecommerce-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Some React Concept

  • Never use normal variable inside useEffect
  • when You are setting the value of useState variable inside useEffect the chnages will not reflect in the same useEffect function
  • Never change a state variable inside a useEffect if the dependency of useEffect is same stateVariable this will go in infinite rendering