Does any one know how to await trpc queries?
I want to fetch data in getServerSideProps using trpc. Can you await results?
2 Replies
SSG Helpers | tRPC
createProxySSGHelpers provides you with a set of helper functions that you can use to prefetch queries on the server.
@cje thanks brother!