- npm install react-router-dom
- BrowserRouter
- Routes /Route
- Link /NavLink
- useParams hook
- nested routes
- indexed routes
- query strings /useSearchParams
- location /useLocation hook /location.state
- React.lazy() /React.Suspense
- Suspense and the «shared layout» technique