chore: remove React Compiler and @rolldown/plugin-babel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user