Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 788 Bytes

File metadata and controls

13 lines (10 loc) · 788 Bytes

Introduction

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.

Glossary

  • Overview: How the @microsoft/fast-element should be used by a developer and what code is executed during the first render.
  • FASTElement: How the FASTElement is architected.
  • html tagged template literal: How the html tagged template literal takes and converts the contents into a ViewTemplate.
  • Updates queue: How updates to attributes and observables are processed.