Smart Code Components » Props Versus State
Props Versus State
A component can have only props or only state, but also both. So what’s the difference between them?What are props? What is state? Props are like a library book; state is like your diary Where to save the state?The useState() hook Example: CarProps State Animation Example: KidState Props Thy prop shalt not changeth thy state… […]