React Router: Nested Routes

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

Since react-router routes are components, creating nested routes is as simple as making one route a child of another in JSX. In this lesson we'll explore nesting routes and accessing the children of parent routes.