State and Props in React Components.
Introduction
State and Props in react are used to pass and manage data between react components. They are the foundation upon which a react application is built.
Props (properties) are read-only data that are passed from a parent component to a child...
ladou.hashnode.dev8 min read