You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firs of all amazing work on this template, I find it really nice to use the approach you guys are using with fragments and codegen!
I'm finding it challenging to use SSG instead of SSR in such template, given the fact that each ctf-component ( some of them ) has a graphql.tsx file that does the custom fetching if provided with an id on its own that means it'll always request data from contentful on page reload?
I'm wondering if we have a very complex graphql query in each page, each page then will have nested queries and will take a while until everything loads, is there a guide somewhere to use SSG with this? also, any plans to add the new app directory?
Cheers!
The text was updated successfully, but these errors were encountered:
Firs of all amazing work on this template, I find it really nice to use the approach you guys are using with fragments and codegen!
I'm finding it challenging to use SSG instead of SSR in such template, given the fact that each
ctf-component
( some of them ) has a graphql.tsx file that does the custom fetching if provided with an id on its own that means it'll always request data from contentful on page reload?I'm wondering if we have a very complex graphql query in each page, each page then will have nested queries and will take a while until everything loads, is there a guide somewhere to use SSG with this? also, any plans to add the new
app
directory?Cheers!
The text was updated successfully, but these errors were encountered: