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/recommendedtoplugin:@typescript-eslint/recommended-type-checkedorplugin:@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-runtimeto theextendslist
- Configuration & routegen
- Typescript autocomplete on routes
- Lazy loaded components
- Path with params
- Path with search
- Search params on routes (encoding)
- Loaders
- Pending & Error components