You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently uses Server Actions. This issue proposes integrating tRPC to improve developer experience with end-to-end type safety. Server Actions can be kept for simple mutations, while tRPC handles more complex interactions.