fast VS spectrum-web-components

Compare fast vs spectrum-web-components and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
fast spectrum-web-components
38 15
9,000 1,171
0.9% 3.7%
7.7 9.8
8 days ago 7 days ago
TypeScript TypeScript
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fast

Posts with mentions or reviews of fast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
    11 projects | dev.to | 5 Apr 2024
    Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz, and more…
  • A love letter to Apache Echarts
    6 projects | news.ycombinator.com | 18 Feb 2024
    If you are generally interested in how to write components that can be used by many frontend libraries (react/vue, etc), you should take a look at https://github.com/microsoft/fast. I was tangentially involved with porting an existing component library to it and the end result was pretty framework agnostic and well made.
  • Microsoft's Adaptive UI
    2 projects | news.ycombinator.com | 7 Feb 2024
    Could not have articulated it better, especially when compared to other MS project sites like https://www.fast.design/. Maybe the dev or someone on the team downvoted me :/
  • Microsoft's Fast
    1 project | news.ycombinator.com | 7 Feb 2024
  • Making Web Component properties behave closer to the platform
    9 projects | dev.to | 21 Jan 2024
    I know FAST is not used that much but I wanted to cover it as it seems to be the only library that reflects attributes by default. By default it won't do any type coercion unless you use the mode: "boolean", which works almost like an HTML boolean attribute, except an attribute present but with the value "false" will coerce to a property value of false!
  • Shadow DOM: Not by Default
    5 projects | dev.to | 18 Aug 2023
    This doesn't mean you are required to write vanilla JavaScript web components either. If you are familiar with using Fast or Lit to write web components you can include those libraries in you Enhance application. However, with the introduction of Enhance base classes for the light and shadow DOM you can get the same DX improvements where you write less boilerplate web component code while enabling the sharing of a render method between the SSR and CSR rendering.
  • Which is better in your opinion Mudblazor or radzen?
    1 project | /r/Blazor | 27 May 2023
    You could take a look at FAST https://www.fast.design/. I know it is not what you asked but ...
  • Recommendation Needed: WebComponent UI Library
    4 projects | /r/WebComponents | 29 Mar 2023
    FastUI from Microsoft? https://github.com/microsoft/fast
  • Blazor WASM Hosted - back end doesn't seem to proxy the `_content` folder
    1 project | /r/Blazor | 28 Mar 2023
    I want to use Fast Components, so I've added the Microsoft.Fast.Components.FluentUI NuGet package and added the relevant CDN script tag to index.html.
  • Painless Web Components: Naming is (not too) Hard
    2 projects | dev.to | 20 Feb 2023
    fast- (Fast components from Microsoft8)

spectrum-web-components

Posts with mentions or reviews of spectrum-web-components. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.
  • Making Web Component properties behave closer to the platform
    9 projects | dev.to | 21 Jan 2024
    For example, all the following design systems can be used without tooling (some of them provide ready-to-use bundles, others can be used through import maps): Google's Material Web, Microsoft's Fluent UI, IBM's Carbon, Adobe's Spectrum, Nordhealth's Nord, Shoelace, etc.
  • I hate CSS: how can I build UIs?
    13 projects | news.ycombinator.com | 5 Nov 2023
  • Painless Web Components: Naming is (not too) Hard
    2 projects | dev.to | 20 Feb 2023
    sp- (Spectrum components from Adobe6)
  • Cypress component tests for Lit Elements (web components)
    3 projects | dev.to | 13 Oct 2022
    Spectrum web components by Adobe is really mature design system that makes a lot of usage of Lit Elements. Their testing setup uses the suggested web test runner. Lit's documentation on testing suggests using that library.
  • JetBrains Ring UI
    10 projects | news.ycombinator.com | 7 Oct 2022
  • Exploring The F# Frontend Landscape
    13 projects | dev.to | 23 May 2022
    In Fable.Lit rather than building an F# DSL (we tried) we use a string-based alternative which is closed to the HTML you know and love, this also helps a lot when you have to consume web components like those from shoelace.style, fast.design, adobe spectrum components, and more, this will be a very important and big point over the next few years now that web components have taken off finally with major companies like Microsoft, Salesforce, Github, Adobe and more are using them.
  • Ask HN: Anyone know of any largish applications built with WebComponents?
    2 projects | news.ycombinator.com | 4 May 2022
    Oh hey, that me! We at Adobe are investing heavily in web editors built with web component technology. Not just Photoshop, but Illustrator, Lightroom, and a number of brand new or in development applications across the company, as well.

    We’re also leveraging web components to support interoperability of our design system across teams who still choose to use frameworks or have been using them all this time. In this way we ship https://opensource.adobe.com/spectrum-web-components/ and teams like fonts.adobe.com that have a long standing Angular app, or edex.adobe.com with their long standing Vue app or various recent acquisitions with their own technical decisions, can all consume Spectrum design without shipping their own implementation or rewriting their app to another stack.

    The ease of building at depth scale for large applications and at breadth scale for applications no matter their architectural decisions has been a huge win for Adobe and our goals to drive consistency and quality across the company. The speed and scope at which we’ve been able to do so just wouldn’t be possible without web components.

  • Testing Accessibility with Shadow Roots
    2 projects | dev.to | 22 Feb 2022
    Recently, I had the opportunity to discuss the difficulties, learnings, and victories or developing Spectrum Web Components together with fellow custom element developers from teams at IBM, ING, SAP, and Vaadin. If you missed the live stream, check out the recording! Fellow panelist, Ari Gilmore, made a great point that there is a lack of reading material for developers like ourselves to draw from when looking to build solid accessibility practices into the web components space. With that in mind, I thought it would be a good idea to take some of the abstract concepts we discussed in the panel and share some actual examples of working and testable code. Hopefully, this can better support the next developer(s) looking to bring a high-quality, accessible, design system to life for their team via web components.
  • [AskJS] Javascript methodology/library/pattern for plain HTML Design System components
    3 projects | /r/javascript | 22 Dec 2021
    Their repos are public: - https://github.com/adobe/spectrum-web-components - https://github.com/adobe/react-spectrum
  • Who doesn't love some `<slot/>`s?
    1 project | dev.to | 23 Nov 2021
    It does seem like I enjoy a good . I mean, look, I wrote about them all the way back in 2018 in ing in Some Tips, and then in 2020, I spoke about Stacked Slots at a virtual Web Components SF meetup (see the associated slides), before sharing a proof of concept for Light DOM as Model. And, as if that weren't enough, here we are again, and I'm writing to you, friend, about s. Today, we're going to get out of the theoretical and into the practical as we start on the path towards actual usage of Stacked Slots that I'm excited to bring to life as part of Adobe's Spectrum Web Components to support the delivery of Spectrum design's Help Text pattern.

What are some alternatives?

When comparing fast and spectrum-web-components you can also consider the following projects:

MudBlazor - Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.

shoelace-css - A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME. WE ARE LIVE ON KICKSTARTER! 👇👇👇

naive-ui - A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.

lwc - ⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation

vscode-webview-ui-toolkit - A component library for building webview-based extensions in Visual Studio Code.

wired-elements - Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.

solid - A declarative, efficient, and flexible JavaScript library for building user interfaces.

material-web - Material Design Web Components

MudBlazor - Blazor Component Library based on Material design. The goal is to do more with Blazor, utilizing CSS and keeping Javascript to a bare minimum. [Moved to: https://github.com/MudBlazor/MudBlazor]

vaadin - An evolving set of open source web components for building mobile and desktop web applications in modern browsers.

lion - Fundamental white label web component features for your design system.