You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
react-router/examples
Pedro Cattori 9a3d9fc19f
clean up tsconfigs (#12461)
* isolatedModules -> verbatimModuleSyntax

* remove redundant `forceConsistentCasingInFileNames`

it already defaults to `true`
2 months ago
..
auth clean up tsconfigs (#12461) 2 months ago
auth-router-provider clean up tsconfigs (#12461) 2 months ago
basic clean up tsconfigs (#12461) 2 months ago
basic-data-router clean up tsconfigs (#12461) 2 months ago
custom-filter-link clean up tsconfigs (#12461) 2 months ago
custom-link clean up tsconfigs (#12461) 2 months ago
custom-query-parsing clean up tsconfigs (#12461) 2 months ago
data-router clean up tsconfigs (#12461) 2 months ago
error-boundaries clean up tsconfigs (#12461) 2 months ago
lazy-loading clean up tsconfigs (#12461) 2 months ago
lazy-loading-router-provider clean up tsconfigs (#12461) 2 months ago
modal clean up tsconfigs (#12461) 2 months ago
modal-route-with-outlet clean up tsconfigs (#12461) 2 months ago
multi-app Remove __DEV__ code flag (#11519) 9 months ago
navigation-blocking clean up tsconfigs (#12461) 2 months ago
notes clean up tsconfigs (#12461) 2 months ago
route-objects clean up tsconfigs (#12461) 2 months ago
scroll-restoration clean up tsconfigs (#12461) 2 months ago
search-params clean up tsconfigs (#12461) 2 months ago
ssr clean up tsconfigs (#12461) 2 months ago
ssr-data-router clean up tsconfigs (#12461) 2 months ago
view-transitions clean up tsconfigs (#12461) 2 months ago
README.md chore: add frontmatter to examples/readme.md (#8302) 3 years ago

README.md

title order
Examples 6

React Router Examples

Welcome to the examples for React Router.

Here you'll find various examples of using React Router to accomplish certain tasks. Each example is a complete application including a build and even a button to preview a live instance of the app so you can play with it. You'll most often be interested in checking out the code in src/App.tsx (or src/App.js), but we included the entire source code for the app for completeness.

Also, remember to check out the README!

Enjoy!