Personally I turn labels back on and stacking off in Windows and I can't stand the OSX dock.
I'm using FAST with the design system props mapped to Tailwind config for my Blazor app team. This lets them consume the awesomeness without writing JS.
The primary reasons seem to be encapsulating accessibility and styles. There is nothing forcing you to use fast-anchor or divider. The theme is exposed in CSS vars so you can use it from a stylesheet on native elements.
I'm using FAST as a foundation for my atomic design revolution at my job. I'm gaining much traction!
If the tagged literal approach takes off I'm sure tooling will keep up. JSX wasn't always as well supported as it is now.
The template strings are sort of typed, using tagged template literals. These even come with editor support using extensions previously built for lit-html and the like.
The difference is that FAST is NOT a component library. It is a tool for building component libraries. The fast-components package is a showcase of what this library is capable of. You could use FAST to create web…
Whenever I need anything more capable than markdown I go straight to HTML/CSS. I understand this often isn't an option for technical writers who aren't developers but I'd rather not take the time to learn any niche…
Personally I turn labels back on and stacking off in Windows and I can't stand the OSX dock.
I'm using FAST with the design system props mapped to Tailwind config for my Blazor app team. This lets them consume the awesomeness without writing JS.
The primary reasons seem to be encapsulating accessibility and styles. There is nothing forcing you to use fast-anchor or divider. The theme is exposed in CSS vars so you can use it from a stylesheet on native elements.
I'm using FAST as a foundation for my atomic design revolution at my job. I'm gaining much traction!
If the tagged literal approach takes off I'm sure tooling will keep up. JSX wasn't always as well supported as it is now.
The template strings are sort of typed, using tagged template literals. These even come with editor support using extensions previously built for lit-html and the like.
The difference is that FAST is NOT a component library. It is a tool for building component libraries. The fast-components package is a showcase of what this library is capable of. You could use FAST to create web…
Whenever I need anything more capable than markdown I go straight to HTML/CSS. I understand this often isn't an option for technical writers who aren't developers but I'd rather not take the time to learn any niche…