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
- Host: GitHub
- URL: https://github.com/polymerlabs/lit-ssr
- Owner: PolymerLabs
- Created: 2019-07-11T21:23:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T08:31:32.000Z (over 4 years ago)
- Last Synced: 2025-03-30T18:22:11.390Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 120
- Watchers: 23
- Forks: 7
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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)
```