Ivan Lackovic
Ivan Lackovic
@lfades, since you are a NextJS team member I'll just write my reasoning why this package should still be maintained and also be a part of the Next and not...
Hi @borekb , I'm really interested what you did in "import { getApolloClient } from '../utils/apolloClient';" Could you post that file so I can take a look what I'm doing...
> @ilackovic Actually we've moved `utils/apolloClient` to `_app.tsx` since it's so short, the entire file now looks like this: > > ```tsx > import React from 'react'; > import {...
> I use SSR and it works. You are right. I tweaked the example repo I created and I managed to make it work there. But, with the same configuration,...