An open API service indexing awesome lists of open source software.

https://github.com/polymerlabs/lit-ssr

Experimental SSR for lit-html and LitElement
https://github.com/polymerlabs/lit-ssr

Last synced: about 1 year ago
JSON representation

Experimental SSR for lit-html and LitElement

Awesome Lists containing this project

README

          

# 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)
```