chore: remove React Compiler and @rolldown/plugin-babel

This commit is contained in:
2026-04-01 18:26:09 +08:00
parent 688252fd49
commit 036afb8d20
6 changed files with 1 additions and 11 deletions
-1
View File
@@ -113,7 +113,6 @@ import type { ReactNode } from 'react'
- Components: arrow functions (enforced by Biome)
- Routes: TanStack Router file conventions (`export const Route = createFileRoute(...)`)
- Data fetching: `useSuspenseQuery(orpc.feature.list.queryOptions())`
- Let React Compiler handle memoization (no manual `useMemo`/`useCallback`)
### Error Handling
- Use `try-catch` for async operations; throw descriptive errors