An open API service indexing awesome lists of open source software.

https://github.com/danretegan/react-routing

React Routing
https://github.com/danretegan/react-routing

browserrouter index lazy link location navlink nested-routes react route routes suspense suspense-lazy uselocation useparams usesearchparams

Last synced: 8 months ago
JSON representation

React Routing

Awesome Lists containing this project

README

          

# 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