React | Functional Components | Question 8

Last Updated :
Discuss
Comments

What does "props" refer to in the context of React functional components?

A way to manage component state

A built-in function that triggers re-renders

An object used to pass data and event handlers to components

A way to define local component methods

Share your thoughts in the comments