adamsoffer / next-apollo

React higher-order component for integrating Apollo Client with Next.js
MIT License
481 stars 64 forks source link

Move to TypeScript #68

Closed freeatnet closed 4 years ago

freeatnet commented 4 years ago

This PR moves next-apollo to TypeScript. I don't really have much of an idea of what I'm doing, so I would really appreciate your feedback.

Plan:

freeatnet commented 4 years ago

cc @alyavasilyeva

adamsoffer commented 4 years ago

@freeatnet excited to see this being worked on! Looking good. I'll offer my feedback asap.

adamsoffer commented 4 years ago

@freeatnet It's no longer actively maintained, but might want to check out how this next + apollo typescript library for inspiration/reference https://github.com/lfades/next-with-apollo. I like how it abstracts the types into a single file.

adamsoffer commented 4 years ago

Closing due to inactivity