React | Functional Components | Question 3

Last Updated :
Discuss
Comments

How do you pass data into Functional Components in React?

Through state only

By using props

By using the useState hook

By using the render method

Share your thoughts in the comments