• Introduction It’s been a while after my last article regarding how to use MGT and I thought that a revamped article with the newest approach about using MGT in a SPFx React solution would be a good idea, so here we are! After my previous article the package @microsoft/mgt-spfx has been discontinued and in place…

    Read more

  • Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldCodeEditor control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to know more about this you can…

    Read more

  • Have you ever needed to share code between multiple SharePoint Framework projects but struggle to maintain it? The answer to your problem is the SharePoint Framework Library component! The Library component allows you to deploy an SPPKG and to reuse the code contained in the library package in other SPFx projects deployed in the same…

    Read more

  • Proceeding with the appointments with the PnP React controls, today I want to talk about the ListItemPicker control. If you’re interested you can find the code of this sample here. The ListItemPicker control is used to display a dropdown where the user can see and select the available list items from a specific SharePoint list.…

    Read more

  • Proceeding with the appointments with the PnP React controls today I want to talk about the ListPicker control. If you’re interested you can find the code of this sample here. The ListPicker control is used to display a dropdown where the user can see and select the available SharePoint lists. Starting with the UI aspect…

    Read more

  • Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldDateTimePicker control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to know more about this you…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the SearchResult control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT inside SPFx you can have…

    Read more

  • One thing that I like and that I think it’s a great addition to a SharePoint Framework solution is the support of the current theme, especially when the solution will be deployed in Teams. In a nutshell there are a couple of possible ways discussed in this article to achieve the theming support: one way…

    Read more

  • Today I want to introduce you the useful PnP reusable property pane controls, this package contains a lot of useful controls that can be used in any web part property pane. With this article I want to show you how to use the PropertyFieldColorPicker control to enable the selection of a specific color in the…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the Todo control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT inside SPFx you can have…

    Read more