June 2021
Intermediate to advanced
310 pages
5h 27m
English
In this chapter, it's time to bring the projects together. It is possible to share code between Blazor Server and Blazor WebAssembly. This is also how we would create reusable components and share them in the community or just in the workplace.
Using this approach, it is no longer important to choose Server or WebAssembly. This way, you can use Blazor Server while you are porting your existing site and when you are done, just move the shared library to a new hosting model.
We will also add static content such as CSS.
In this chapter, we will cover the following topics:
Make sure you ...
Read now
Unlock full access