Commit Graph

2 Commits

Author SHA1 Message Date
yyh
6b4ac79f08
refactor(web): optimize devtools loading with React.lazy
Remove runtime IS_DEV check from devtools component to make it pure.
Implement lazy loading and dynamic import in query-client.tsx to enable proper tree-shaking for production builds.
2025-12-28 22:10:53 +08:00
yyh
a0bf35d4e5
refactor(web): migrate to unified TanStack Devtools
Migrate from standalone React Query Devtools to the unified TanStack Devtools container.
Integrate Query and Form devtools via plugins.
Add IS_DEV environment guard for devtools component.
2025-12-28 22:01:38 +08:00