Why initializing a new QueryClient in getServerSideProps (next12)?
It seems like its recommended to initialize a new QueryClient in the getServerSideProps, instead of importing a global one. A quote i've seen is that this way you ensure diff users don't get the same data. Is that really necessary?
0 Replies