Build a better technical architecture with reusable components in React for SharePoint Framework webparts

If there is a complex web part to be implemented (with over 5000 lines of code), then the important question to ask is how to…

Continue reading → Build a better technical architecture with reusable components in React for SharePoint Framework webparts

When and how to use React component lifecycle management in a SharePoint Framework?

There are various advantages of using React lifecycle methods in building SharePoint Framework components. It is not a necessity to use component lifecycle methods but…

Continue reading → When and how to use React component lifecycle management in a SharePoint Framework?

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