Bundle (Scaffolding) the SharePoint Framework (SPFx) WebParts into a single JS file

By this time all of us would have created a lot of SPFx webparts. One interesting thing is even if we have more than one webpart in a solution while scaffolding there are individual JS files got created which can be scaffolded into a single JS file.

 

How to validate the SPFx Web part through UI components before deploying the app into the site

There is a way to apply external CSS on SharePoint Workbench. Let us see how to do that…

 

How to Add Custom WebParts Programmatically in Modern page on SharePoint Office 365 using Patterns and Practice (OfficeDevPNP)

In the earlier article we saw how to create the modern pages and add the Out of the Box WebParts programmatically. Now the real requirement would be how to add our SPFX webparts on the modern pages. That would be the actual requirement from the customers right.

 
 

How to Create a Modern Site Programmatically in SharePoint Office 365 using Patterns and Practice (OfficeDevPNP)

The article explains about how to create a modern site in SharePoint Office 365 Programmatically. This will be helpful during the provisioning of the sites.

 

Introduction to Webpack and Typescript configuration in React – Part 1

Hi in this article we will see how to compile your simple React application using webpack and we are using Typescript here; I already wrote an article about Advantages of using Typescript. I consider you already setup your react environment by installing all dependencies like npm node. Let’s go directly into react application where we need to configure Webpack.

 

Is it possible to create a modern SPFx web part as a control in Page Layout (Template)?

Is it possible to create a modern SPFx web part as a control in Page Layout (Template)? – A simple workaround solves few hours of investigation

 
 

How to Get the Tenant ID of Office 365

Office 365 – Tip – How to Get the Tenant ID of Office 365

 

Step by Step Procedure to Call SharePoint Office 365 REST API from Microsoft Flow

How to Consume a SharePoint REST API from Microsoft Flow – UseCase – Get the Users from a Group using REST API in Microsoft Flow

 

How to use the SharePoint 2016 On Premise Data in Microsoft Flow using On Prem Data GateWay Connection

Step by step procedure to consume the On Prem Data GateWay SharePoint On Premise data from Microsoft Flow –

 
 

Advantage and few Guidelines to use Typescript – React

Advantage and few Guidelines to use Typescript – React