TRPC migration#34
Conversation
Installs tRPC v11 with Express adapter on the backend and TanStack React Query integration on the frontend. Sets up auth context reusing existing BetterAuth session, mounts at /api/trpc alongside existing Express routes. Migrates all bins CRUD operations (list, getById, create, update, delete) to tRPC procedures calling the service layer directly. Rewrites frontend hooks to use useTRPC() pattern and updates all call sites for the new input shapes. Aligns the frontend Bin type with the actual server response shape.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
No description provided.