Why does Theo prefer to use next routes for data fetching on client side over convex queries?
correct if I am wrong here.
I heard it in one of his videos.
1 Reply
you cannot run an external node / background code block inside of convex mutations/query/actions like you can inside of nextjs routes / trpc routes
convex can only run route requests inside its
actions but nothing else (that i am aware of)