How we can use MSGraph Toolkit (MGT) in SharePoint Framework using @microsoft/mgt-spfx & @microsoft/mgt-react.
SPFx
Modern FAQ
Modern FAQ (Frequently Asked Questions) plays a pivotal role in all the organization to support different levels of users with daily operations, protocols, policies and others.
SPFx – NPM Packages
NPM packages that could benefit the development in SharePoint Framework components (web parts, extensions, etc.).
SPFx – SharePoint Online User Profile Photo Sync
Sync SharePoint Online User Profile Photo with Azure AD or FileShare using SharePoint Framework web part.
SPFx – MGT Person component
Deep dive in to the Microsoft Graph Toolkit Person component. We will learn the component properties, css custom properties and also the data templates to customize the component
SPFx – Using MSGraph Toolkit
SPFx - Using MSGraph Toolkit, how we can use MSGraph Toolkit (MGT) in SharePoint Framework. This will give you a starting point to use the MGT with some configuration change and as a add-on will also focus on using Theme to style to the MGT component.
SPFx – Using PnP Caching
SPFx-Using PnP Caching to make use of the local browser cache to improve the page performance and also to reduce the transaction calls to the SharePoint List.
SPFx – Using PnPClientStorage
SPFx - Using PnPClientStorage to make use of browser storage.
SPFx – Using PnP Logging
To leverage on the logging feature provided by PnP to capture different logs while communicating with SharePoint or for any other features implemented in the component. Let us see how we can make use of logging feature in SPFx web part.
SPFx – Using MSGraph API
Using MSGraph API in SharePoint Framework webpart using default client and PnP Graph.