© Michele Aponte 2020
M. AponteBuilding Single Page Applications in .NET Core 3 https://doi.org/10.1007/978-1-4842-5747-0_4

4. Build Your Reusable Blazor Library

Michele Aponte1 
(1)
Torre del Greco (NA), Italy
 

Some components will be specific to your application, and others will not be. Think about the table of two CRUD operations that you created for the article-manager application in the previous chapter, or a Bootstrap modal for your front-end; also, some form component can be specific or not, such as an advanced select control or date picker.

In this chapter, I show you how to extract components from the project to a reusable library so you can potentially use them in different projects. Following this approach, your next project will start from ...

Get Building Single Page Applications in .NET Core 3: Jumpstart Coding Using Blazor and C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.