trpc query help
With trpc on the client side lets say I have a form component that creates a post and also a list component which displays the post on the same page, When I create a post, how do I make this list that displays the post refresh. I'm working with nextjs btw
1 Reply
Is the data fetching of the list of posts happening on the client side or the server side?