I'm really struggling to resolve my queries on the server side before the data is displayed in the client side, tRPC indeed does work with ssr but I couldn't find an example of how to out that to work kn a real app with nextjs, so I wanna fetch the data in the getServerSideProps, but the query would be still loading in the time, so how to do that!