From the course: Blazor: Getting Started

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Choosing a Blazor UI component library

Choosing a Blazor UI component library - Blazor Tutorial

From the course: Blazor: Getting Started

Start my 1-month free trial

Choosing a Blazor UI component library

- Developers in general, really hate reinventing the wheel. If someone else has made wheels available to you for free or for sale, it makes sense to consider those wheels before you head out and make your own. Blazor makes code sharing easy with Blazor component libraries. They are a way to package, not just .NET core, but also CSS and JavaScript together for reuse in other projects. There are a lot of common application tasks and patterns that show up as solutions for the business problems that software is looking to solve. Therefore, it's worthwhile to look for existing tools before you spend the time to write something new. Let's look at some types of libraries. To start remember that you can always package up your own library and reuse components across applications. So even if you have to write something custom, it can be shared across apps. There are several tool vendors that have been around for a while and…

Contents