Direction: Choose the correct option
Q1.
How do you create a basic route that renders the Home component at '/'?
Direction: Choose the correct option
Q2.
What is the purpose of the component?
Direction: Choose the correct option
Q3.
Which hook is used to navigate programmatically?
Direction: Choose the correct option
Q4.
What does the 'exact' prop do in React Router v5? (v6 uses exact by default)
Direction: Choose the correct option
Q5.
How do you define a wildcard route to handle 404 pages?
