Top 81 SharePoint Framework (SPFx) Interview Questions and Answers

SharePoint Framework (SPFx) Interview Questions and Answers

If you’ve spent any real time building on Microsoft 365, you already know that SPFx is the backbone of modern SharePoint customization. I’ve seen developers with solid JavaScript skills stumble in SPFx interviews simply because they hadn’t connected the dots between the framework’s concepts and how they show up in practice. And I’ve seen the … read more…

Sorry, something went wrong Error in SPFx Form Customizer

Sorry, something went wrong error in spfx

Recently, I needed to customize the default form of a SharePoint list. The requirement is that the choice values be displayed in the dropdown control with related icons, and some options be disabled for users. To achieve this, I created an SPFx Form Customizer extension and built the form using Fluent UI React controls, such … read more…

@microsoft/generator-sharepoint update check failed

Microsoft generator sharePoint update check failed

In this SPFx tutorial, I will explain how to fix the warning @microsoft/generator-sharepoint update check failed which comes while creating an spfx client-side web part. And also I will show you how to fix the issue Can’t install SPFx Certificate on a windows machine. @microsoft/generator-sharepoint update check failed Here are the steps I was following … read more…

How to Add Custom Controls in SPFx Property Pane

Add Custom Controls in SPFx Property Pane

When building SPFx web parts, the property pane is the primary way to let users configure how the web part behaves without touching any code. In one of our SharePoint Online projects, we needed to show list or library data directly on a modern page and still allow site owners to choose which list and how many … read more…

Send Email On Behalf Of Another User in SPFx using MS Graph

how to send emails on behalf of another user in SPFx using MS graph

For the past few months, I’ve been working on a SharePoint Framework (SPFx) web part for a client. This web part uses the Microsoft Graph API to send emails whenever a new item is added to a SharePoint list or when an item’s status changes. To send emails, I used Mail.Send permission from Microsoft Graph. … read more…

How to Create SPFx Web Part with jQuery Accordion

jquery accordion in spfx web part

Do you ever need to display information in an accordion style on the SharePoint home page? Recently, for a client, we developed a client-side SPFx web part that dynamically displays information from a SharePoint events list. Even though SharePoint already has an Events web part to display upcoming events, it didn’t provide the flexibility we … read more…

SharePoint Framework: CRUD Operations using ReactJS

spfx crud operations using react framework

For the last few weeks, I have been working with a client to build a SharePoint Framework web part. In that web part, we are required to retrieve SharePoint list items and allow users to update and delete the records. As a SharePoint developer or SPFx developer, you should know how to do CRUD operations … read more…

No gulpfile found error in SharePoint Framework (SPFx)

no gulpfile found error in spfx

A few days ago, I was working with a client to retrieve the current user’s details from Azure Active Directory in an SPFx web part using Microsoft Graph. When the client tested the web part by running the gulp serve command, they saw this error: You can see the exact error message in the screenshot … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App