Site icon Tutorial

ReactJS Props

Props are basically kind of global variable or object. The main difference between state and props is that props are immutable. This is why the container component should define the state that can be updated and changed, while the child components should only pass data from the state using props.

Exit mobile version