What is Props in React JS ?
Jun 10, 2022 · 2 min read · React props React allows components to communicate using props, which means properties. It is an object which passes data from parent component to child component. Props are immutable so we cannot modify props inside the component. Let's understand p...
Join discussion



