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: Car Props State Animation Example: Kid State Props Thy prop shalt […]