Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update dependencies #4465

Merged
merged 1 commit into from Jun 21, 2023
Merged

build: update dependencies #4465

merged 1 commit into from Jun 21, 2023

Conversation

e111077
Copy link
Member

@e111077 e111077 commented Jun 20, 2023

lit ssr update includes a fix for defer-hydration

lit/lit#3939

lit ssr update includes a fix for defer-hydration

lit/lit#3939
@e111077 e111077 marked this pull request as ready for review June 20, 2023 21:37
Copy link
Collaborator

@asyncLiz asyncLiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@e111077 e111077 merged commit 5c5391c into main Jun 21, 2023
5 checks passed
@e111077 e111077 deleted the update-deps branch June 21, 2023 02:32
@AxelBriche
Copy link

AxelBriche commented Aug 21, 2023

lit ssr update includes a fix for defer-hydration

lit/lit#3939

material-web is now ssr compatible and work with Svelte/Nuxt/Next frameworks ?

@e111077
Copy link
Member Author

e111077 commented Aug 21, 2023

material-web 1.0 has a best-effort but not yet official support for SSR. They currently all work in SSR but require more extensive testing.

Though, this means that it is SSRable with the lit-ssr library. Those frameworks need to know to call the lit-ssr library. For NextJS there is an official Lit plugin:

https://www.npmjs.com/package/@lit-labs/nextjs

For Nuxt we have worked with some community members to enable this integration:

https://github.com/prashantpalikhe/nuxt-ssr-lit

Astro already supports Lit SSR out of the box

There is an official plugin for Eleventy + Lit SSR:

https://www.npmjs.com/package/@lit-labs/eleventy-plugin-lit

We currently do not know anything about Svelte and SSR integrations, but if you are interested in contributing, I recommend joining the Lit discord and expressing interest in the #get-involved channel

@Aworldc
Copy link

Aworldc commented Aug 21, 2023

I'm in the process of building a svelte wrapper, so I'll definitely look in to integrating this.

@e111077
Copy link
Member Author

e111077 commented Aug 21, 2023

@Aworldc Highly recommend chiming in on the #get-involved channel on the lit discord if you don't know where or how to get started integrating it. That channel is there to help contributors. team members there would be super happy to point you in the right direction and answer questions about requirements to get lit-ssr running / integrated etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants