Though using state may seem similar to class variable but state is a protected keyword in React that refers to stored component data . The major difference between using class variables and state is updating data. Instead of manually reassigning the variable, you call this. setState() .