Hi everybody, Thank you for your amazing feedbacks on my last article about SPFx and Microsoft Graph Toolkit which was featured in the last PnP Weekly Episode 117 🙂 https://www.youtube.com/watch?v=c5Kq-nCS7fM Read the full article on the Microsoft 365 PnP blog: How to start a new SPFx web part project with Microsoft Graph Toolkit and ReactMicrosoft … Continue reading Microsoft 365 PnP Weekly – Episode 117
Tag: SharePoint Framework
How to start a new SPFx web part project with Microsoft Graph Toolkit and React
Context Microsoft Graph Toolkit is a set of reusable components working with Microsoft Graph to accelerate your web developments with SharePoint Online, Microsoft Teams and more. With this kit, developers don't have to write any code for authentification and authorization so I'm sure you'll save a lot of time using it in your various projects. … Continue reading How to start a new SPFx web part project with Microsoft Graph Toolkit and React
Manage user settings with OneDrive application’s personal folder and Microsoft Graph
Context When you're developing line of business applications with Microsoft 365, you probably need to save user settings at some point. You might know or already working with Open extensions (old name is Office 365 data extensions) which provide a great way to store untyped properties to a specific resource (for example the user resource) … Continue reading Manage user settings with OneDrive application’s personal folder and Microsoft Graph
Develop single page experiences in SharePoint Online with SPFx web parts
Context Recently, some people asked me how to develop full custom SharePoint Online pages with SPFx. This is possible with the single part app page which provide a great way to host SharePoint Framework (SPFx) web parts or Microsoft Teams apps into single web pages without user configuration available. Let's have a look at this … Continue reading Develop single page experiences in SharePoint Online with SPFx web parts