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...
code-with-cold-coffee.hashnode.dev2 min read
No responses yet.