DEV Community

Discussion on: HTML Imports & Component-Driven Development

Collapse
 
fnh profile image
Fabian Holzer • Edited

HTML imports have been deprecated, and they'll be removed from Chrome within less than a year. For packaging web components it seems that ES6 modules will become the mainstream approach.

Collapse
 
teej profile image
TJ Fogarty

Thanks, Fabian! I've added a link for that thread.