feat(query): integrate @tanstack/react-query for improved data fetching and state management

This commit is contained in:
2026-03-02 12:52:22 +08:00
parent d0e47e2d87
commit dc95e1ec60
5 changed files with 89 additions and 45 deletions

View File

@@ -21,6 +21,7 @@
"@kevisual/api": "^0.0.60",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "0.0.84",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.163.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -46,8 +47,8 @@
"@kevisual/types": "^0.0.12",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router-devtools": "^1.163.3",
"@tanstack/router-plugin": "^1.163.3",
"@types/node": "^25.3.2",
"@tanstack/router-plugin": "^1.164.0",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",