-
Book Overview & Buying
-
Table Of Contents
Practical SharePoint Framework (SPFx) Development
By :
In this chapter, we were able to understand the details of an SPFx ACE. We started by understanding what an ACE is – a component of SPFx that allows us to create custom cards for Microsoft Viva Connections dashboards. We then looked into how to create an ACE using SPFx and understood the different views of an ACE (Card View and Quick View). After this, we understood the properties and state of an ACE, which are used to handle the data flow in an ACE. We then updated the ACE to get the data using the Microsoft Graph API, set that in the state, and changed the Quick View to display the information in the state.
In the next chapter, we will look at information on deploying the extensions, which is on similar lines to deploying web parts.