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
Along with #951 , I would like to review data loading strategies with Greenwood. Also want to revisit the GraphQL plugin now that SSR is in play to see if it makes a difference for prerender configuration, which it depends on.
How to handle data from the client (eg website header + GraphQL - inline ??) vs SSR. Can SSR now just use "real" Apollo client?
Deprecate Custom Elements flavor of Include Plugin?
data loaders for SSR pages (e.g. getServerSideProps / getStaticProps) for SSR / SSG pages and APIs, export frontmatter
Observed in Feature/issue 1008 adapter plugin API #1122 , we don't currently have a way to pass request data into SSR pages, be it through an adapter or not. This would be required to do things like dynamic / slug routing.
Should Greenwood or WCC own getData() function?
How to vanilla fetch the graph without GraphQL? Come in as compilation props?
Type of Change
Feature
Summary
Along with #951 , I would like to review data loading strategies with Greenwood. Also want to revisit the GraphQL plugin now that SSR is in play to see if it makes a difference for
prerender
configuration, which it depends on.Details
Take into consideration things like
imports
field toresources
in frontmatter?getServerSideProps
/getStaticProps
) for SSR / SSG pages and APIs,export
frontmattergetData()
function?path
->url
(instance of URL)The text was updated successfully, but these errors were encountered: