Page 2 of 2

SPFx developer guide – setup and solution structure overview

Often I get enquiries to set up a SPFx development environment. It is a fairly straightforward process and some good documentation from Microsoft is available…

Continue reading → SPFx developer guide – setup and solution structure overview

Fix for “Can’t connect securely to this page” – TLS Setting issue with SPFx workbench

If you have recently installed or upgraded to Node LTS version v8.9 or later, then you might get the below issue during gulp serve in…

Continue reading → Fix for “Can’t connect securely to this page” – TLS Setting issue with SPFx workbench

Promoting and Demoting Site pages to News in Modern SharePoint Sites using SPFx extension and Azure Function

The requirement that I will be addressing in this blog is how to Promote and Demote site pages to news articles in Modern SharePoint sites.…

Continue reading → Promoting and Demoting Site pages to News in Modern SharePoint Sites using SPFx extension and Azure Function

Create Modern Pages and update metadata using SPFx Extensions, SP PnP JS and Azure Functions

Modern Site Pages (Site Page content type) have a constraint to associate custom metadata with it. In other words, the “Site Page” content type cannot…

Continue reading → Create Modern Pages and update metadata using SPFx Extensions, SP PnP JS and Azure Functions

Implementing Bootstrap and Font-awesome in SharePoint Framework webparts using React

Responsive Design has been a biggest driving factor for SharePoint framework (SPFx) solutions. In a current SPFx project using React, we are building a component…

Continue reading → Implementing Bootstrap and Font-awesome in SharePoint Framework webparts using React