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
-[Astro integration for Lit](https://docs.astro.build/en/guides/integrations-guide/lit/)
29
29
-[Rocket](https://rocket.modern-web.dev/)
30
+
- Next.js pages router with [@lit-labs/nextjs](https://www.npmjs.com/package/@lit-labs/nextjs)
31
+
- Nuxt 3 with [nuxt-ssr-lit](https://www.npmjs.com/package/nuxt-ssr-lit)
30
32
- ...and more under development!
31
33
32
34
## Library status
33
35
34
36
This library is under active development with some notable limitations we hope to resolve:
35
37
36
-
- Async component work is not supported. See issues [#3219](https://github.com/lit/lit/issues/3219),[#2469](https://github.com/lit/lit/issues/2469).
38
+
- Async component work is not supported. See issue[#2469](https://github.com/lit/lit/issues/2469).
37
39
- Only Lit components using shadow DOM is supported. See issue [#3080](https://github.com/lit/lit/issues/3080).
38
-
- Integration with other SSR frameworks are being worked on. See issues for [NextJS](https://github.com/lit/lit/issues/2391) and [Nuxt](https://github.com/lit/lit/issues/3049).
39
40
- Declarative shadow DOM is not implemented in all major browsers yet, though a polyfill is available. Read more about it in [client usage](/docs/v3/ssr/client-usage#lit-components).
40
41
- There are also open discussions that need to happen regarding `ElementRendererRegistry` for interop with other custom elements.
0 commit comments