does activating SSR on tRPC mean requests no longer run on client?
let's say I have I am calculating a date in a tRPC procedure, without SSR enabled in tRPC config it will recalculate that date everytime I focus on the window or reload the page, with SSR enabled does the date update only when I deploy?
0 Replies