All Projects → PolymerLabs → lit-ssr

PolymerLabs / lit-ssr

Licence: other
Experimental SSR for lit-html and LitElement

Programming Languages

typescript
32286 projects

lit-ssr

Experimental lit-html & LitElement SSR server

Note: This requires npm linking the hydration branch of lit-html.

Setup

This repo requires Node 13.9.0 because of it's use of experimental VM modules. It also requires unreleased versions of lit-html and lit-element. Nothing here is for public comsumption yet.

To keep the experimental dependencies localized, they should be checked out into sibling folders. lit-ssr uses file dependencies to reference them:

SSR
├── lit-element (patched to use the lit-html)
├── lit-html (checkout and build the hydration-repeat branch)
├── lit-ssr (this repo)
└── template-attach-shadow (will be required soon)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].