Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/lit-ssr-create-render-root
Demo repo for verifying Lit SSR + createRenderRoot behavior
https://github.com/thescientist13/lit-ssr-create-render-root
Last synced: 9 days ago
JSON representation
Demo repo for verifying Lit SSR + createRenderRoot behavior
- Host: GitHub
- URL: https://github.com/thescientist13/lit-ssr-create-render-root
- Owner: thescientist13
- Created: 2022-06-24T00:55:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T01:45:47.000Z (over 2 years ago)
- Last Synced: 2024-10-06T23:21:28.938Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lit-ssr-create-render-root
Demo repo for verifying Lit SSR + createRenderRoot behavior.
## Setup
1. Run `npm ci`
1. Run `npm start`
1. Open `localhost:8080` in your browserWhen using `createRenderRoot` in _greeting.js_, Lit is still rendering into a Declarative Shadow DOM.
```html
p { color: blue }
Hello, Somebody!
```