t
tRPC
K
tRPC
•
5mo ago
Krulknul
How to make sure I don’t bundle my entire backend into my web app?
I
’m surprised that I don
’t see more people talking about this
.
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
Was this page helpful?
Yes
No
W
wleistra
•
8/16/25, 2:51 PM
You should only import the type from the backend
, which doesn
't get bundled if set up correctly
.