UI Deploy

Curated, Short, Web UI Dev we Love.

Creating semantic sites with Web Components and JSON-LD

With the rising popularity of web components and supporting libraries like Polymer, custom elements become an attractive way to build UI features. The default encapsulation of custom elements makes them especially useful for creating independent widgets.

While some of the widgets are self-contained, many of them rely on external data to present the content to the user - e.g., the current forecast for a weather widget or the address of a company for a map widget.

view source

Advertisement