This blog demonstrates how to enhance SharePoint Framework (SPFx) projects by using React Hooks instead of class components. Learn to integrate Hooks into SPFx for improved performance and reusability. #spfx #mvpbuzz #m365 #pnpweekly
React
A Try On Multitenant Application Using React with MS Graph API
How to create a multitenant application using React and MS Graph
SPFx – Using Custom Hooks
SPFx - Using Custom Hooks to create a reusable function for the loader and progress indicator.
SPFx – Using React Context API
Introduction Hi friends, this blog post will guide you through the usage of Context API which is one of the new features introduced in the latest version of React in SPFx projects. What is React Context and When to use it In a normal React application, the properties are passed top-down from parent to child and then to … Continue reading SPFx – Using React Context API