super quick question about prefetching
Is it best to use a promise.all when using multiple instances of
prefetch
to fetch data on the server to ensure that both queries are running at the same time? From the looks of it trpc handles this automatically so it is unneeded?
0 Replies