Debugging
We use react-scan for performance debugging:
# .env.local
NEXT_PUBLIC_REACT_SCAN=trueTanStack Query devtools appear automatically in development. For table debug logs:
NEXT_PUBLIC_TABLE_DEBUG=trueTry the debugging tools on the /infinite demo — it has all three enabled in development.
