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
As part of ongoing discovery in #576 , after enabling #709, we should make a @greenwood/plugin-renderer-lit package as an alternative to the default puppeteer rendering option used by Greenwood.
Details
Effectively as an alternative to puppeteer and should facilitate hydration via Declrative ShadowDOM
Should make sure to communicate the pros / cons for using puppeteer(browser) vs a JS only / server solution, and what kind APIs are aren't available like window.location
Once we get SSR hydration, should create a new option to enable it for SSG / MPA modes too?
The text was updated successfully, but these errors were encountered:
thescientist13
changed the title
Create a Lit based render plugin that supports hydration and Declarative Shadow DOM
Create a Lit based render plugin that provides hydration through Declarative Shadow DOM
Aug 31, 2021
thescientist13
changed the title
Create a Lit based render plugin that provides hydration through Declarative Shadow DOM
Create a Lit based render plugin and provides hydration (through Declarative Shadow DOM)
Aug 31, 2021
thescientist13
changed the title
Create a Lit based render plugin and provides hydration (through Declarative Shadow DOM)
Create a Lit based render plugin that provides Lit based hydration (through Declarative Shadow DOM)
Sep 1, 2021
Wonder if it would make sense to have a JSDOM renderer too (as another option?). Then you have a couple choices before you have to start tapping into framework level renderers if you're just trying to stick to HTMLElement (though I guess you still need some sort of "hydrator", e.g. #548 ?
thescientist13
changed the title
Create a Lit based render plugin that provides Lit based hydration (through Declarative Shadow DOM)
Create a Lit based render plugin that provides Lit based SSR + hydration
Jan 17, 2022
thescientist13
changed the title
Create a Lit based render plugin that provides Lit based SSR + hydration
Create a Lit based render plugin that provides Lit based SSR
Jan 29, 2022
Type of Change
Summary
As part of ongoing discovery in #576 , after enabling #709, we should make a @greenwood/plugin-renderer-lit package as an alternative to the default puppeteer rendering option used by Greenwood.
Details
Effectively as an alternative to puppeteer and should facilitate hydration via Declrative ShadowDOM
Thoughts / Questions
HTMLElement
support via HydrateElement (SSR+Hydration for native `HTMLElement` / Web Components) #548 / [SSR] Native `HTMLElement` support lit/lit#2092window.location
The text was updated successfully, but these errors were encountered: