Category: Development
-
Create your first SharePoint Copilot app

Introduction The beta release of SharePoint Framework version 1.24 introduces the support of a new SPFx solution component: the Copilot Component. SPFx beta version has some known issues that will be fixed in the future releases. This new component type allows the creation of SharePoint Copilot apps, these apps let…
-
Getting started with SPFx CLI: install and use

Introduction The SharePoint Framework version 1.23.0 (release note here) introduced a few new features, one of these new features is the introduction of a SPFx CLI. This new CLI is meant to replace the legacy Yeoman-based generator with also a template system that is versioned independently from the CLI itself!…
-
Pro-code Declarative Agent with SharePoint knowledge base

Introduction [Disclaimer] In this post I will not cover how to create a declarative agent, if you’re interested in knowing the basics you can check my previous post here. When creating declarative agents the pro-code way, there are plenty of possibilities to customise your agents. In this post, I will…
-
Use the FilePicker from the PnP reusable React controls

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the FilePicker control. The FilePicker control is a powerful and versatile component that allows users to browse and select files from various sources within your SharePoint Framework solutions. Whether you need to let users…
