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
This question is part of this quiz :
Functional Components