Monthly Archives: March 2019
Web Components for e-Commerce
TL;DR: In previous posts I described common web storefront performance issues and provided a quick introduction to web components. This post continues the series by exploring applying web components to the field of web e-commerce. So what are some of the benefits of using web components on an e-commerce site? (Many of these benefits are […]
Web Custom Elements for Content Markup
TL;DR: Custom elements (a web standard for extending the set of HTML tag names) provide an interesting way to support rich content markup while decoupling presentation from content, but still have challenges in search engine support. Custom Elements (a key technology underpinning web components) allow developers to extend HTML with their own set of tags […]