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 Webpart
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.
SPFx – Using toastr plugin
Using toastr npm package to display the flying notification.
SPFx – Using Custom Hooks
SPFx - Using Custom Hooks to create a reusable function for the loader and progress indicator.
SPFx – Using UniteGallery jQuery plugin
Using the UniteGallery jQuery plugin which is the responsive slider and carousel plugin in SharePoint Framework Webpart.
SPFx – Using Fluent UI Pivot control
Implement the Fluent UI Pivot control in SPFx webpart. Pivot control is used to navigate between a different sections whithin a page, it can also related to tabs which is mostly used for easy navigation of sections.
SPFx – Azure Application Insights API
Azure Application Insights, its benefits and features, what kind of data to be explored from Azure Application Insights and how to access the data in SPFx using Azure Application Insights API.
SPFx – Application Insights Dashboard
This webpart displays different statistics data captured in the Azure Application Insights in a graphical representation. Filters are provided to search for certain period of days. There are few Application Customizer which can be activated in SharePoint Online to track page view, performance etc., to Azure Application Insights, but the data can be viewed only by the administrator who is in-charge of Azure portal. Not all the users will have access to this data, this webpart will provide access to those data that can be used by the portal administrators and developers to keep track of the page performance and hits. Fetched insights data using Application Insights API.
SPFx – SharePoint User Profile Property Sync
SPFx - SharePoint User Profile Property Sync, This web-part will help the administrators who are currently maintaining the user profiles in their organization. Used Azure Function with PnPPowerShell.