This is a Slack clone, built with Next.js, shadcn/ui component library, convex database and auth, following this tutorial by Code with Antonio.
- For the API hooks, @tanstack/react-query is used to wrap the
useQueryanduseMutationhook from@convex/react. - For form, react-hook-form is used.