Tag: PNPjs
-
Enhance your SPFx solution with search capabilities using PnPjs

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…
-
Tenant settings with SPFx and PnP JS

Tenant settings are a useful way to define settings for an SPFx solution without the need to handle all the settings in the property pane, in this way you also don’t need to configure the web part again if you need to remove it. To achieve this result we’re using…