react-router
react-router copied to clipboard
[Docs]: Examples are extremely confusing.
Describe what's incorrect/missing in the documentation
When you browse the main page of react router website this example shows up:
But there is no mention or whatsoever that you need to use <Outlet />
component to render child routes (which I learned asking to claude.ai). It gets even more confusing when you find out there is examples page in github, when you open the basic example it demonstrates a completely different system.