Jikyu
Does server side helper's fetch also fill the cache like prefetch?
It wasn't clear in the docs (https://trpc.io/docs/client/nextjs/server-side-helpers#helpers-usage) , but does
fetch
also add the query to the cache, which I then dehydrate and send to the client?
I need to access data both server side and client side1 replies