Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

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

Last synced: 6 days 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