Using OfficeDev PnP to add/update modern quick links web part

In this blog post I will explain how you can add or update Quick links web part using PnP Core, source code can be found here. Recently I’ve had a challenge to add and update Quick links web part, but turned out it’s not as easy as I thought it would be, there are couple of disussions around it which you can find here and here. Adding Quick links web part For adding quick link…

SharePoint Framework, Azure Function and React Hooks, where the magic happens – part 2

In the previous post we developed the functions to get and apply a provisioning template using PnP core library and deployed them to the Azure Portal, then we configured the Application Registration by uploading the certificate needed for authentication process and added API permissions we need to do the operations on SharePoint. In this post we will implement the web part to call our functions and also we will learn how we can use some…