Join our book community on Discord
https://packt.link/EarlyAccess
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, or do we want to combine?
Microsoft has a history of making it possible for technology 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
- 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 technologies can be very useful, either because we can’t convert the whole site in one go or if other technologies are...