Using getServerSideProps vs TRPC in T3Stack
Hey quick thing, should I use getServerSideProps use or trpc.auth.getSession to check for auth when loading pages ?
4 Replies
gssp enables Server-Side Rendering, that's the difference
Hmmm thanks I do use session data for my navbar to show user icon etc
Let me know if this helps
https://discord.com/channels/966627436387266600/1048705105316290590
Great thats a good explaination thanks