Web Components Examples

A very simple comparison of web components written in three different styles:

  • "bare bones" (not using any library)

  • Stencil (nice if you like TypeScript decorator syntax)

  • Preact (nice if you like React syntax)