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)
- Host: GitHub
- URL: https://github.com/michaelfba/ssr
- Owner: MichaelFBA
- Created: 2018-09-16T16:11:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T10:28:21.000Z (over 7 years ago)
- Last Synced: 2025-01-14T14:50:28.912Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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