Tanstack Router V1 practice
 
 
 
Go to file
Jason Zhu 9193e44c06 Add minify for vite build and exclude dist directory for built artifact 2024-05-04 20:26:46 +10:00
.idea Add minify for vite build and exclude dist directory for built artifact 2024-05-04 20:26:46 +10:00
.vscode Added vscode and webstorm config for prettier 2023-06-07 22:21:31 +10:00
public created react-ts using vite 2023-06-07 23:56:13 +10:00
src Change index.html for test changing id 2024-05-04 20:11:09 +10:00
.eslintrc.cjs created react-ts using vite 2023-06-07 23:56:13 +10:00
.eslintrc.json Added vite-react-ts-setup.yml 2023-06-07 21:58:32 +10:00
.gitignore Add minify for vite build and exclude dist directory for built artifact 2024-05-04 20:26:46 +10:00
.nvmrc Update dependency node to v20 2024-05-04 06:29:31 +00:00
.prettierrc Added vite-react-ts-setup.yml 2023-06-07 21:58:32 +10:00
LICENSE Initial commit 2023-06-07 21:09:13 +10:00
README.md Change for README 2024-05-04 18:01:48 +10:00
index.html Change index.html for test changing id 2024-05-04 20:11:09 +10:00
lint-staged.config.js Modify lint-staged.config.js to use yarn 2023-06-08 19:35:52 +10:00
package.json Add tsr watch for dev 2024-05-04 20:19:51 +10:00
renovate.json Add renovate.json config for renovate bot to update packages 2023-06-08 17:58:08 +10:00
tsconfig.json created react-ts using vite 2023-06-07 23:56:13 +10:00
tsconfig.node.json created react-ts using vite 2023-06-07 23:56:13 +10:00
tsr.config.json Added tsr.config.json and null root page 2024-05-04 17:59:18 +10:00
vite.config.ts Add minify for vite build and exclude dist directory for built artifact 2024-05-04 20:26:46 +10:00
yarn.lock Added tsr.config.json and null root page 2024-05-04 17:59:18 +10:00

README.md

Tanstack Router Quickstart

This is a practise repo following quickstart section of TanStack Router V1