Introduction to React2
Introduction to React2
AA
By: Parth Lande [36]
What is React?
What is State?
State is data that belongs to a component and can change over time.
You use state when the component needs to react to user actions, like
button clicks, typing, etc.
Performance and Optimization
📦 Commands: