fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# 🐛 Bug Report Some of our documentation blocks are invalid and create warnings when building. ## 💻 Repro or Code Sample ``` Analysis will use the bundled TypeScript version...
# 🚀 Major Release Proposal: `@microsoft/fast-element 3.0.0` This issue outlines proposed changes for the next **major version bump to 3.0.0** of `@microsoft/fast-element`, this release also includes proposed changes that would...
# 🚀 Dynamic DSD: A Frontend Integration Strategy with @microsoft/fast-element This document outlines our approach for integrating **`@microsoft/fast-element`**, with backend server architectures of any kind. Our focus is on enabling...
# 🙋 Feature Request The `ObserverMap` configuration currently requires explicit setup for each individual element in the `TemplateElement.options()` call. There is no way to set a default configuration that applies...
# 🙋 Feature Request The `ObserverMap` settings for the TemplateElement options currently only accepts `"all"`, which forces all bindings present in the template to be observed. This currently doesn't account...
**Note** This document is in progress # Updated Hydration Implementation Proposal Current implementation of hydration requires bindings to be rationalized with either comment or attribute markers. Doing this everywhere is...
# 🙋 Feature Request Currently it is difficult to know how long hydration is taking, for tracking performance we should have a method to know when hydration has been achieved...
# 🐛 Bug Report Currently `defer-and-hydrate` does not get applied in the `forCustomElement` method of the `HydratableElementController`. This should be rectified and assumed that `defineAsync()` is being used as this...
# 🙋 Documentation Request I'm writing a book on web components that contains a chapter devoted to FAST. I want to show the recommended approach for sharing state between FAST...
# Description Currently we have some working ideas for FAST v3 that need some additional documentation and workflow refinement. ## Requirements - Create an issue with general updates for FAST...