Tag: SPFx
-
Boosting Your SPFx Development with spfx-fast-serve

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…
-
Custom localization using Microsoft Graph Toolkit’s components in SPFx

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…
-
Use React in the Quick View of an Adaptive Card Extension

Introduction Do you know that there is the ability to use a client side technology in the Quick View of an Adaptive Card Extension? Since the release of the version 1.20 of SharePoint Framework a new way of defining the Quick View of Adaptive Card Extensions has been introduced: now…
-
How to support dark theme on mobile in the Quick View of your ACE

Today I want to talk about how you can support the dark theme in your Adaptive Card Extension’s Quick View while using it on mobile. I took inspiration from the Microsoft learn article that can be found here. If you want you can check the code of the sample solution…
-
Automatically arrange your UI items using the PnP GridLayout control

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the GridLayout control. If you’re interested you can find the code of this sample here. The control is used to automatically arrange items inside a container. Visual appearance As mentioned, the control automatically arranges…