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

https://github.com/michaelfba/ssr

Web Components + Shadow Dom (SSR)
https://github.com/michaelfba/ssr

Last synced: over 1 year ago
JSON representation

Web Components + Shadow Dom (SSR)

Awesome Lists containing this project

README

          

# Web Components SSR Demo (WIP)

MVP demo server side rendering of web components and shadow dom using headless chrome.
Using esm so we can import / export ALL THE THINGS in node

## Ideal

- [x] Clean Interfaces (Easy to replace [rendering / scss / jss])
- [x] Offline First
- [x] Web Standards
- [x] SSR
- [ ] Universal State management

### Todo

- [x] SSR HTML
- [x] Shady Dom rendering with JS disabled in the browser
- [ ] Rollup / Webpack Tree shaking of SCSS
- [ ] Shadow Dom slots Tests
- [ ] Shadow Dom scoped CSS
- [ ] Add best practices + learnings from the process