Context Recently, I saw a lot of people asking through GitHub or Microsoft tech communities for more documentation about Microsoft Graph Toolkit (MGT) with SharePoint Framework (SPFx) and React. With the latest releases of SPFx, my previous article is no longer up to date so this new article will give you a simple up to … Continue reading Microsoft Graph Toolkit with SharePoint Framework and React demystified
Tag: MGT
New upload feature in Microsoft Graph Toolkit (MGT) File List component
Context Microsoft Graph Toolkit (MGT) latest release v2.3.0 introduced a brand new upload feature in the File List component which is really cool and useful for every Microsoft 365 developer. In this article, I'll show you how to use this new feature in a SharePoint Framework (SPFx) and React web part project context so let's … Continue reading New upload feature in Microsoft Graph Toolkit (MGT) File List component
New File components in Microsoft Graph Toolkit v2.2.0
Context With the latest release of Microsoft Graph Toolkit (MGT) v2.2.0, Microsoft Graph's team introduced two brand new UI components File and File list to work with files and folders from OneDrive or SharePoint. In this article, I'll show you a quick overview of what's available with these new components so let's go! File component … Continue reading New File components in Microsoft Graph Toolkit v2.2.0
Microsoft 365 PnP Weekly – Episode 117
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
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