getInitialPropsgetInitialProps, which has kinda of a cool effect in terms how a page is rendered, since it's rendered server-side on initial requests and client-side on route transitions.getServerSidePropsgetServerSideProps (which I know is only fixable by next.js and not tRPC). But how to replicate the getInitialPropsgetInitialProps behaviour then?ssrssr?Join the Discord to ask follow-up questions and connect with the community