-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
In this chapter, we will take a look at how we can combine different technologies and frameworks with Blazor.
In many cases, rewriting everything from scratch isn't an option. We might have an existing Angular, React, or MVC application that works well but could benefit from more interactivity or a simpler development model. Blazor gives us the option to introduce those improvements gradually, without replacing everything at once.
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 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?
As such, we will cover the following topics in the chapter: