Differece between the Props and State
we use Props to send data from one componets into another components but we use state for manage the data in components. Props is readonly but we can change the state with useState
we use Props to send data from one componets into another components but we use state for manage the data in components. Props is readonly but we can change the state with useState