• If you’re like me and want to automate the versioning of a SharePoint Framework solution you’re in the right place! I use this in most of my SPFx projects to keep synchronized the property version of the package.json and package-solution.json files. If you’re interested in the code you can find a sample web part solution

    Read more

  • Proceeding with the appointments with the PnP React controls today I want to talk about the Map control. You can find the code of this sample here on GitHub. The Map control is a very useful visual control to enable the visualization of a point on a map, I prepared a sample solution to show

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the PeoplePicker 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 DragDropFiles control. You can find the code of this sample here on GitHub. The DragDropFiles control is a very helpful one which enables the user to drag and drop files into a specific area of the page, in the

    Read more

  • If you’re here probably you’re wondering: “What’s an Application Customizer?” An Application Customizer is a custom SharePoint Framework extension that enable the customization of two possible placeholders (top and bottom) and also to execute code when opening a SharePoint Online page, for example you can prompt the user with a privacy statement inside a dialog.

    Read more

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