• Proceeding with the appointments with the PnP React controls today I want to talk about the DynamicForm control. You can find the code of this sample here on GitHub. The DynamicForm control is surely one of my favorites from the PnP reusable React controls and, as the name suggests, it creates a form dynamically starting…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the People 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

  • Proceeding with the appointments with the PnP React controls today I want to talk about the Dashboard control. If you’re interested you can find the code of this sample here. The Dashboard control is used to create a structure to display custom contents, the dashboard can contains multiple widgets and for each widget is possible…

    Read more

  • I just discovered an interesting and useful feature of NVM so I decided to let everyone know about it! If you don’t know NVM (Node Version Manager) you can read about it in my previous post here. NVM lets you quickly switch the Node.js version for a project to a specific one. To do so…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the File List 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…

    Read more

  • Disclaimer: This is an article meant for those who are starting developing custom solutions for SharePoint Online, if you already published any SPPKG file save your time and read some more useful article like granting API permissions requests for SPFx If you’re still reading I guess you’re interested in this article so let’s start! When…

    Read more

  • SharePoint Framework version 1.19 is out with the first preview and this brings a new awesome class for the ACE (Adaptive Card Extensions) development, this class is the LineChartCardView! To check all the new features and changes of the new SPFx version you can check here. NB: at the time of writing the SPFx version…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the File List 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…

    Read more

  • You probably already know what are SharePoint Framework (SPFx) web parts but do you know that you can connect two web parts dynamically? In a nutshell the provider web part needs to implement the interface IDynamicDataCallables to define which are the dynamic properties to expose, the consumer web part will define the receiver properties in…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the File 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