|
|
|
|
|
by Cthulhu_
629 days ago
|
|
Web components are a standard and built into the browser, Handlebars is a separate library. Web components are a way to encapsulate and isolate structure (html), appearance (css) and behaviour (js) into components, extending HTML. It's like jquery widgets but without dependencies. |
|