Replies: 2 comments
-
Hello @cobrani. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @theodesp, thanks a lot for this insight! BTW regarding Faust.js, I could easily migrate to Next.js 13 without problems using the old pages structure (but didn't upgrade to new Faust.js using Apollo yet). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
first of all thank you for the great work on the new faustjs using Apollo!
Maybe it's still a little bit early, but Vercel introduced Nextjs 13 on their latest conference. One of the upcoming features is the usage of Server Components in the
app
directory. So far, faustjs is using the provider pattern wrapping parts or even the whole app in<FaustProvider>
. While this totally makes sense for the shared Apollo client etc., I'm wondering how we could use faust in the future leveraging both server components to reduce bundle size and some features of faust. Would this be even possible without using "use client" for all blog related pages? Or would we need to get rid of FaustProvider and use a hook, but how could the client be shared?Thanks
Beta Was this translation helpful? Give feedback.
All reactions