Default props

LITON AHMED
May 14, 2021

The default props is that we pass any one without any value is the default props. We always pass any data with the value of props. For example: {props.name} etc. But when we use the default value, we will write the default parmitor in the file in which we will pass the data.

--

--