Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade next.js and relay in example #50

Merged
merged 2 commits into from
Feb 27, 2022

Conversation

supaspoida
Copy link
Contributor

The latest release for Next.js includes native support for relay via swc. I was wondering if this library was compatible so I took a shot at upgrading the example app. Turned out to be fairly straightforward so I figured it'd send it up in case it'd be helpful.

Next.js has added support for relay via swc in it's latest releases.
This change updates relay related libs to their latest versions,
replaces `babel-plugin-relay` with the native next.js support via swc,
and regenerates types.
Copy link
Contributor

@rrdelaney rrdelaney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, thank you so much for taking this on! I have been meaning to do this for a while but it's been fairly low priority compared to other maintenance work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants