Building a Form Customizer
In the previous chapter, we saw how to deploy an SPFx web part. A web part is one of multiple elements that we can create with SPFx. In this chapter, we will look into another element of SPFx called extensions – in particular, the Form Customizer.
Some of the concepts in this chapter will be similar or in line with the concepts mentioned in the previous chapters on web parts. In this chapter, you will do the following:
- Learn how to create a Form Customizer from scratch using SPFx to meet the functional requirements
- Understand the Form Customizer development flow using React and SPFx-provided lifecycle methods
- Use Microsoft Graph to interact with SharePoint list items
- Learn how to custom render a form that is used to create, view, and edit SharePoint list items