• Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the Progress control. If you’re interested you can find the code of this sample here. Visual appearance First of all let’s start with the visual appearance of the control. In the sample the control pane is used to enable

    Read more

  • Introduction Localization is nowadays one of the most important things when developing a solution. Since not everyone knows English it is worth to support multiple languages. But to test this can require some settings change in our browser or in the account, right? Wrong. There are a couple of ways to test your localization without

    Read more

  • Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyGridField 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

  • Introduction SharePoint Framework version 1.21 is in RC at the time of writing and I couldn’t resist to try one of the new functionalities: the support to flexible sections. I’m writing about a SPFx release candidate version, the final release can differ from the RC. Flexible sections are a great new feature in SharePoint Online.

    Read more

  • Introduction Do you need to specify a custom font in your SharePoint Framework solution? This blog post is for you. SharePoint Online nowadays supports custom fonts through Brand Center, allowing organizations to enhance their branding by incorporating unique typography. However, in certain cases, it might be necessary to use a particular font that align with

    Read more

  • Introduction Search is always a nice addition to application, with this blog post I want to introduce you about how to leverage PnPjs to enhance the search capabilities of your SPFx project. PnPjs is a package, maintained by the community, which easier the life of developers when it comes to interact with SharePoint. As usual,

    Read more

  • Introduction Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the ThemeToggle control. The control is a little bit different than the other MGT controls. This one does not need a context to be set so you don’t need to prepare (almost) anything in order to use

    Read more

  • Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldViewPicker 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

  • Introduction: Gulp Serve vs. spfx-fast-serve When developing SharePoint Framework (SPFx) solutions, the traditional gulp serve command is a common way to test your project locally. However, one major downside is the slow build and reload times, especially for larger projects. This is where spfx-fast-serve comes in, providing a faster alternative with efficient build processes and

    Read more

  • Introduction Ahoy, matey! So ye be wantin’ to learn more ’bout localization, uh? Let’s hoist the anchor and set sail! I’m not writing as if I’m a pirate without no reason, with this blog post I want to demonstrate how to localize the Microsoft Graph Toolkit (MGT) components strings. Let’s start with the theory first!

    Read more