fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# 🐛 Bug Report Attributes won't reflect some observable changes. ## 💻 Repro or Code Sample A class/template with something like: ``` class X { @observable a: bool = false;...
## 🤔 Expected Behavior Bring back this: https://github.com/microsoft/fast/blob/cc5685def842e8b3e80f08be5d9304881007ce54/packages/web-components/fast-foundation/src/utilities/whitespace-filter.ts
# 🙋 Documentation Request Documentation for the Contexts feature in FASTElement 2.0 is pretty rough. It's almost impossible to figure out how to use Contexts in an idiomatic way without...
# 🐛 Bug Report The [current implementation of `State`](https://github.com/microsoft/fast/blob/f90719882bc4caf4a7db2688e7c4477fe0b673c4/packages/web-components/fast-element/src/state/state.ts#L73) relies on patterns that are extremely likely to end up on the slow path in V8. For example, there's an early...