Moving from, or Combining with, an Existing Site
In this chapter, we will take a look at how we can combine different technologies and frameworks with Blazor.
What if we already have a site?
There are different options when it comes to moving from an existing site; the first question is, do we want to move from it, or do we want to combine it with the new technology?
Microsoft has a history of making it possible for technologies to co-exist, and this is what this chapter is all about.
How can we use Angular and React in our Blazor site, or how can we introduce Blazor into an existing Angular and React site?
In this chapter, we will cover the following:
- Introducing web components
- Exploring custom elements
- Exploring the Blazor component
- Adding Blazor to an Angular site
- Adding Blazor to a React site
- Adding Blazor to MVC/Razor Pages
- Adding web components to a Blazor site
- Migrating from web forms
Combining...