fast VS MudBlazor

Compare fast vs MudBlazor and see what are their differences.

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] (by Garderoben)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
fast MudBlazor
38 13
9,000 1,831
0.9% -
7.7 9.9
7 days ago over 2 years ago
TypeScript C#
GNU General Public License v3.0 or later MIT License
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)

MudBlazor

Posts with mentions or reviews of MudBlazor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-29.
  • MudBlazor officially participate as a maintainer in Hacktoberfest 2021
    2 projects | /r/Blazor | 29 Sep 2021
    Our website is updated as well: MudBlazor - Blazor Component Library
  • Full Stack / Back End Devs. How well versed are you in front end tech?
    3 projects | /r/dotnet | 25 Sep 2021
    Though I can't develop beautiful UI and good UX even if my life depended on it. I can write a functional front-end, but don't expect it to be pretty. I usually ask for assistance regarding that from our UX designers instead where they essentially layout the whole UI (either on figma or Photoshop) so I just need to make it functional. Component based frameworks these days (JS, and Blazor) really helps at least. The UX guys usually make sharable base components that the company needs (buttons, grids, etc...), which includes all the styling and animations and we use those instead to create decent looking UI. For personal stuff I use MudBlazor which kinda does the same, but I do know a bit of css to customize when needed.
  • .Net UI components - worth?
    2 projects | /r/dotnet | 15 Sep 2021
    There are a ton of component libraries out there. I like the mudblazor library. https://mudblazor.com
  • MudBlazor - Blazor Component Library
    2 projects | /r/Blazor | 13 Sep 2021
  • How do you create a cross-platform GUI without using Electron?
    21 projects | news.ycombinator.com | 10 Sep 2021
    There are grid controls from the usual commercial vendors like Radzen and Telerik. I used them briefly during a free trial. It has a funny name, but MudBlazor [1] has been the MIT licensed library I have been using lately. I have been using their Table control, which may be what you are looking for in a data grid. [2] Check it out and see.

    [1] https://mudblazor.com/

    [2] https://mudblazor.com/components/table#api

  • Is there a way to cut down Blazor Wasm download size and loading time?
    1 project | /r/Blazor | 5 Aug 2021
    It seems to be a known issue a known issue. By default, external libraries such as MudBlazor are not trimmed
  • MudBlazor: Keyboard Controls don't work.
    1 project | /r/Blazor | 29 Jun 2021
  • Recommendation for Open Source free razor components?
    8 projects | /r/Blazor | 25 Jun 2021
    I recommend Mud blazor if you're going for Material design. For other design languages Andt Blazor's pretty polished and there's Blazorise as well if you want to be flexible (it supports Antd, Bulma, Bootstrap and Material via configuration).
  • Blazor bad! “Too new”… “Too early”… “Too X-cuse”
    3 projects | /r/webdev | 20 Jun 2021
    The ones I've used that's pretty good are MudBlazor (Material Design), Antd blazor (Antd), and Blazorise (Multi design support via configuration). There's also the newly announced Fluent UI for Blazor at MS build that's from MS themselves but I haven't tried it yet.
  • Question
    2 projects | /r/csharp | 24 Mar 2021
    There's Uno that's been talked about by MS community standups if you wanna use UWP XAML to do the Job. If you wanted to use Blazor though, you'll have to at least learn a bit of CSS and Html. Luckily you can find really nice component libraries like mudblazor that does a lot of the nitty gritty html + styling for you. So you'll just have to use their components most of the time and with little to no JS required (depending in your usecase).

What are some alternatives?

When comparing fast and MudBlazor 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.

Radzen Blazor Components - Radzen Blazor is a set of 70+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

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

Blazorise - Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.

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

ant-design-blazor - 🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

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

blazor-wasm-maui-winforms-wpf-template - Minimal Blazor template with WASM, MAUI, WinForms and WPF projects that share the same razor, cs and css files in a RCL

spectrum-web-components - Spectrum Web Components

fluentui-blazor - Microsoft Fluent UI Blazor components library. For use with .NET 6.0 or higher Blazor applications

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! 👇👇👇

BlazorMaps - BlazorMaps is a Blazor library that provides a C# interface for maps provided by Leaflet.js library. It includes several Leaflet.js features which are easily accessible from C# level within a project and it does not require any use of JavaScript.