adamsoffer / adamsoffer/next-apollo
Why does it have to be a HOC?
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 477
- Forks
- 62
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hey,
So i've been working on a project that uses Next.js and Apollo client. We had some issues with page re-renders because the Apollo client was being re-instantiated on route changes.
Wrapping the App in a HOC definitely fixes the problem and I see this pattern being used for this problem everywhere online.
I'm trying to understand why this works and maybe what are the other potential solutions to a problem like this?
Thanks for your work on this package btw.
Cheers
Adam
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.