Understanding props in React
4 min read
Props is used in React to data exchange between components; from parent component to child component.
Published on 26/01/2020
4 min read
Props is used in React to data exchange between components; from parent component to child component.