webcomponents / webcomponents.org

Home of the web components community
https://www.webcomponents.org
Apache License 2.0
356 stars 95 forks source link

Use Lit SSR to render the element page #1375

Closed justinfagnani closed 1 year ago

justinfagnani commented 1 year ago

SSRs the element page.

I had to change the common base template to a generator to get streaming, and change 11ty wrapper to join the results of the generator. Other than that it was a very straightforward addition.

There's no top-bar on the element page right now because the JS isn't loaded for that. I'll fix in a follow-up.

Part of #1338