This document (and the linked documents) explains how the exports and side
effects of @microsoft/fast-element are used to create custom elements,
including the dedicated binding, hydration, and declarative.js
sub-entrypoints.
- Overview: How the
@microsoft/fast-elementshould be used by a developer and what code is executed during the first render. FASTElement: How theFASTElementis architected.htmltagged template literal: How thehtmltagged template literal takes and converts the contents into aViewTemplate.Updatesqueue: How updates to attributes and observables are processed.