tobias-tengler / create-relay-app

Relay setup automation for CRA, Next.js and Vite
MIT License
73 stars 2 forks source link

Next.js 13 app directory? #16

Open mishushakov opened 1 year ago

mishushakov commented 1 year ago

Would be awesome if this could support installing Relay into Next.js 13 project using app directory

tobias-tengler commented 1 year ago

To my knowledge there isn't any proper guidance for server components with Relay, besides a single example in the relay-examples directory. I think there are still many open questions I'd like to be answered before shipping something. I'm hoping I have time in the coming weeks to explore server components more and then I'll maybe add support in this library.