Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 600 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 600 Bytes

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

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

Todo

  • SSR HTML
  • 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