Luis Alvarez D.

Results 84 comments of Luis Alvarez D.

@ethomson This PR can break multiple things as we can't have a proper redirect for the examples that were moved, can we close this PR?

Closing as per https://github.com/vercel/examples/issues/362#issuecomment-1401204020

👋 The site shown in the issue is an experimental project we worked on but it's never going to launch, the official place for our examples is [vercel.com/templates](https://vercel.com/templates).

I'm quite late, did you ever managed to fix the issue? i18n should be working better these days with Next.js. I'm closing the issue for now but lmk if you...

Our Google Optimize example might disappear in the future as the service will sunset this year, closing the issue for now.

There's no need for this package, or of any Apollo packages at all if you want to enjoy the goodies of the latest release of Next.js. For `getStaticProps` do a...

@LassiterJ `getInitialProps` is not really deprecated and won't go away anytime soon (I'm part of the Next.js team), the package will stay as it is for now, once we see...

@hoangvvo You're not wrong, hence why we haven't updated the Apollo examples in the Next.js repo, but that surely will change with time, in the mean time is okay to...

I haven't, is there something new that requires an update? I still don't like the size of their package, keeps getting bigger: https://bundlephobia.com/result?p=@apollo/[email protected] :fearful:

@wesbos SSR is now disabled by default unless you manually enable it by importing and adding `getDataFromTree` to the options: ```jsx export default withApollo(Index, { getDataFromTree }); ```