fast icon indicating copy to clipboard operation
fast copied to clipboard

The adaptive interface system for modern web experiences.

Results 374 fast issues
Sort by recently updated
recently updated
newest added

# 🐛 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...

community:good-first-issue
status:triage
docs:api

# 🚀 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...

area:fast-element
fast-element-v3

# 🚀 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...

area:fast-element
fast-element-v3

# 🙋 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...

status:triage

# 🙋 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...

status:triage

**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...

status:needs-investigation

# 🙋 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...

feature

# 🐛 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...

status:triage

# 🙋 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...

status:triage

# 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...