-
Notifications
You must be signed in to change notification settings - Fork 29
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
Usage with Nextjs 13 App Router #89
Comments
Hey @elton-okawa! Supporting the new App Router is not on our radar at the moment. We feel that the App Router is not stable enough to really start building on top of it, and there is no urgent need to as server components don't provide meaningful improvements to applications all-in on Relay. Is there any feature from the App Router that you would want to use with Relay? |
Hi @rrdelaney thanks for the detailed response! I see, at the moment I don't have any feature in mind. May I open up a PR to add this info on |
@elton-okawa Great idea, would love to have something in the README and docs on this 😄 |
FWIW, nextjs-relay-streaming-ssr is a recent project that uses Next.js 14 App Router (and even React 18 streaming SSR). |
Just a note that Relay docs now link to an official example of using SSR with app router (works with getStaticProps/getServerSideProps too). https://github.com/relayjs/relay-examples/tree/main/issue-tracker-next-v13 |
In Nextjs 13, App Router is stable released as the new approach to deal with routing. Here's some references:
Current
relay-nextjs
tutorial guide usesPage Router
approach. I would like to ask some early guidance:Thanks in advance!
The text was updated successfully, but these errors were encountered: