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...
Jul 31, 20221 min read14
