What is Props in React ?
Props is just an another name for properties. Props help us in order to pass the required information/data/state to the component via HTML attributes. Properties are read-only and immutable unlike states.
Let's take a real world scenario. A component...
kishoremongar.hashnode.dev1 min read