What is the correct pattern to use trpc query calls in the nextjs application?
I’m learning nextjs coming from pure frontend react.
And trying to understand how to implement using trpc calls to the backend.
This is something I’m used to doing, but it is not the correct way in this instance.