Tag Archives: javascript

Custom Elements and unobstrusive Javascript

Custom Elements give us the ability to encapsulate our components, making them easy to export, compatible with any framework. From the JavaScript developer’s perspective, custom elements are welcome because the code isolation they allow makes them highly reusable. However, their … Continue reading