Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 296 Bytes

Routing

  • 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