Month: June 2024
-
Automating SharePoint Framework Solution Versioning with Gulp and NPM

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…
-
Enhance SPFx visuals with Map control from PnP Reusable React Controls

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…
-
MGT People Picker control in SPFx

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…
-
Effortless file handling with the DragDropFiles control

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…