Direction: Choose the correct option
Q1.
What is a functional component in React?
Direction: Choose the correct option
Q2.
Before hooks, what was a limitation of functional components?
Direction: Choose the correct option
Q3.
Which hook allows functional components to manage state?
Direction: Choose the correct option
Q4.
How do you pass props to a functional component?
Direction: Choose the correct option
Q5.
What will the following functional component render?
function Greet() { return Hello
; }