-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
This chapter taught us how to create forms and make API calls to get and save data.
We built custom input controls and added Bootstrap styling. Most business apps use forms, and we can add logic close to the data by annotating data.
We also created multiple reusable components and used many of the things we discussed in previous chapters. We even touched on JavaScript interop, which we will go into more detail about in Chapter 12, JavaScript Interop.
The validation and input control functionality that Blazor offers will help us build amazing applications and give our users a great experience. You may notice that the admin pages are currently wide open. We need to secure our blog with login functionality, but we will come to that in Chapter 10, Adding Authentication and Authorization.
In the next chapter, we will create a web API to retrieve data when running components, such as InteractiveAuto or InteractiveWebAssembly.