GoNetWasm
A .NET project for running Go(lang)'s WebAssembly code (by xafero)
ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor. (by ant-design-blazor)
GoNetWasm | ant-design-blazor | |
---|---|---|
1 | 13 | |
1 | 6,065 | |
- | 1.0% | |
0.0 | 9.5 | |
almost 4 years ago | 8 days ago | |
C# | C# | |
GNU Affero General Public License v3.0 | 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.
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.
GoNetWasm
Posts with mentions or reviews of GoNetWasm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-09.
ant-design-blazor
Posts with mentions or reviews of ant-design-blazor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-02.
-
Developing a .NET Local Tool as a GitHub Copilot MCP Server
I've been using AntDesign Blazor with AI-assisted programming for efficient full-stack development. However, I occasionally encountered issues with outdated property usage. Yesterday, an inspiration struck: I could create a CLI tool using .NET to query the JSON artifacts generated during our documentation build, and then add an MCP service for AI editors to call. Taking AntDesign.Cli as an example, this tool queries the latest API information for Ant Design Blazor components, effectively solving the problem of outdated model training datasets.
-
Best Blazor Components Package (Other than MudBlazor)
AntBlazor has a pretty comprehensive set of components, and fairly active.
- Any Blazor templates?
-
Best UI components for commercial enterprise project?
AntBlazor is the best for me. You can try.
-
MudBlazor - Blazor Component Library
Personally I prefer AntBlazor. AntBlazor
-
Open source options for charts (gauge) for Blazor WebAssembly?
I did some charting work for an internal Blazor tool. I ended up using AntBlazor. I did have to go around their Blazor tool and use the JS project as I had to use it in a certain way. If you're confused on how a component is made - I just looked at their github repo and learned! Sometimes they'll base class a lot of things but it was in some cases easy enough to use and replicate.
-
Can someone walk me through how you modify the default theme for AntBlazor?
I see that page points me to the default.less for Ant Design. I assume the analogous file for AntBlazor is this default.less file.
-
Recommendation for Open Source free razor components?
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).
- A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly!
-
Blazor wasm app: need guidance on bootstrap/layout/behaviors
Since everyone is advertising their preferred component library, I will chime in and say a few good words about AntBlazor. I think this is the fastest developing component library, especially when you compare how alive the development is compared to other open source libraries. Also, it has a ready made Pro template. I think it is one of the most feature rich component library. Go check it out :).
What are some alternatives?
When comparing GoNetWasm and ant-design-blazor you can also consider the following projects:
dotnet-webassembly - Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
MudBlazor - Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MASA.Blazor - Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
BootstrapBlazor - Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
GoJavaWasm - A Java project for running Go(lang)'s WebAssembly code