Skip to content

Commit 43177d1

Browse files
authored
Update README.md (#9)
1 parent 346533a commit 43177d1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# BlazorBenchmarks
1+
2+
---
3+
4+
# Blazor UI Libraries: A Comparative Analysis
5+
6+
Blazor is revolutionizing the way web applications are built. With a myriad of UI libraries available, developers often find themselves in a dilemma about which one to choose. One of the factors that play a crucial role in this decision is the file size of the libraries. A smaller file size ensures faster load times, offering a better user experience.
7+
8+
The table below provides an overview of the file sizes of various popular Blazor UI libraries:
9+
10+
| Library | File Size |
11+
|---------------|-----------|
12+
| **Blazor only** | 1.1 MB |
13+
| **bit BlazorUI** | 1.3 MB |
14+
| **MudBlazor** | 1.6 MB |
15+
| **Radzen** | 2.7 MB |
16+
| **Ant Design** | 3.2 MB |
17+
| **Telerik** | 4.4 MB |
18+
| **DevExpress** | 12.8 MB |
19+
20+
The comparison above is based on the DLL, JS, and CSS files required to utilize five components from each of the mentioned libraries. While file size is just one of the many criteria to consider when choosing a UI library, it's imperative to understand its impact on the application's performance and user experience.
21+
22+
---

0 commit comments

Comments
 (0)