Jotas
TTCTheo's Typesafe Cult
•Created by Jotas on 11/2/2024 in #questions
Is tRPC in create-t3-app unsafe/public?
Im trying to use tRPC on the serverside to make a call to delete an user for example, will that call be publicly available to someone with more tRPC knowledge?
Like, does
server/api/routers/post.ts
make hello
available through some public api? (see the default initial create-t3-app with tRPC and nextjs)5 replies
TTCTheo's Typesafe Cult
•Created by Jotas on 7/7/2024 in #questions
Whats the point of this ternary operator in the nextjs homepage of Create T3 App?
I thought i knew my nextjs, but there is a while hello is
Isnt that await supposed to work like the old "getServersideProps"? when would that Loading state be visible? because i couldnt even get it to trigger locally (it always just shows the greeting).
7 replies