duvainel
duvainel17mo ago

Using tRPC in React SPA with Django backend

is that possible? Do I need to create an AppRouter and put that inside my django backend files? How can I use procedures already defined in Django?
2 Replies
Dani;
Dani;17mo ago
You cannot, tRPC is a typescript-only solution, your backend must be written in TS (node.js)
duvainel
duvainel17mo ago
Thanks a lot