This project shows takes you through the core concepts of Tanstack Router/ React Location.
yarn install && yarn dev
npm i & npm run dev
- Replace
plugin:@typescript-eslint/recommended
toplugin:@typescript-eslint/recommended-type-checked
orplugin:@typescript-eslint/strict-type-checked
- Optionally add
plugin:@typescript-eslint/stylistic-type-checked
- Install eslint-plugin-react and add
plugin:react/recommended
&plugin:react/jsx-runtime
to theextends
list
- Configuration & routegen
- Typescript autocomplete on routes
- Lazy loaded components
- Path with params
- Path with search
- Search params on routes (encoding)
- Loaders
- Pending & Error components