RevereCRE / relay-nextjs

⚡️ Relay integration for Next.js apps
https://reverecre.github.io/relay-nextjs/
MIT License
251 stars 30 forks source link

Support async getClientInitialProps w backwards compabitible typing #77

Closed GioLogist closed 1 year ago

GioLogist commented 1 year ago

Fixes #70

We noticed that WiredComponent.getInitialProps is sync on client and async on server. We would be interested in them being async on either or, since it's technically allowed in Next.JS

As requested, also added backwards compatible typing, so sync and async will continue to work without issue.