React

Introduction to React - The use of props to pass d...

8.

What is the purpose of using props in React?

To pass data from parent components to child components

To share data between sibling components

To enable communication between components

To control the flow of data within a component