You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly right now when fetch data using trpc-nuxt in a SSR component behind the scenes there is a request being made from the server to the server right?
Wouldn't it be possible to detect if the fetch is being done from the server and instead of making a request just use a RouterCaller?
I'm sorry if this is a dumb idea. I'm really new to nuxtjs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I understand correctly right now when fetch data using trpc-nuxt in a SSR component behind the scenes there is a request being made from the server to the server right?
Wouldn't it be possible to detect if the fetch is being done from the server and instead of making a request just use a
RouterCaller
?I'm sorry if this is a dumb idea. I'm really new to nuxtjs
Beta Was this translation helpful? Give feedback.
All reactions