Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 browser

When using `createRenderRoot` in _greeting.js_, Lit is still rendering into a Declarative Shadow DOM.

```html


p { color: blue }

Hello, Somebody!


```