Skip to the content.

Custom Element Design Strategy

The most heritical and important statement is ‘update the largest amount HTML you can easily get away with’

Fundimentals

Extras

Building an actual app

Naming things

DOM is the main page. Technically any document or document fragment can have a DOM, but unless specificed, this is the live page.

examples - renderTBodyEle(), createTBodyEle(), templateLit(data)