Direction: Choose the correct option
Q1.
How do you define nested routes in React Router v6?
Direction: Choose the correct option
Q2.
What is the component used for?
Direction: Choose the correct option
Q3.
Given a parent route '/dashboard' and a nested route 'profile', what is the full path to the profile?
Direction: Choose the correct option
Q4.
In a parent route component, where do you render child routes?
Direction: Choose the correct option
Q5.
How do you make a nested route render as the index route (default child)?
