RT Dave 🧱
Coded up a small piece of UI this morning with our Web Components in @CodePen, all I needed was one script reference and one CSS import to our framework.
You can even try it for yourself, all our component doc pages come with an "Edit in CodePen" button
Manuel Matuzović: What I like about Web Components is that you have this modern, component-based, reactive approach, but you can use these components in a traditional environment “ordinary HTML documents” without any build step.*
* This may sound naive or obvious, but I'm no JS app pro. :)