Ecosyste.ms: Awesome
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 route routes suspense suspense-lazy uselocation useparams usesearchparams
Last synced: 6 days ago
JSON representation
React Routing
- Host: GitHub
- URL: https://github.com/danretegan/react-routing
- Owner: danretegan
- Created: 2024-02-19T09:09:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T09:41:53.000Z (8 months ago)
- Last Synced: 2024-05-03T19:19:51.527Z (7 months ago)
- Topics: browserrouter, index, lazy, link, location, navlink, nested-routes, route, routes, suspense, suspense-lazy, uselocation, useparams, usesearchparams
- Language: JavaScript
- Homepage: https://danretegan.github.io/react-routing/
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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