SPFx Environment Variables: A Practical Guide for Every Scenario

access environment variables within spfx web part

If you’ve ever worked on an SPFx project with a team, you’ve probably hit this problem: your serve.json has your personal SharePoint URL hardcoded, your colleague has a different tenant, and every time someone pulls the latest code from Git, something breaks. Sound familiar? That’s exactly what environment variables fix. And once you understand how they work … read more…

Migrate from Gulp based to Heft based Toolchain in SharePoint Framework (SPFx)

heft configuration in spfx

If you’ve been building SharePoint Framework solutions for a while, you already know Gulp. It’s been the backbone of every SPFx project since day one — running your builds, serving the workbench, packaging your .sppkg files. But that era is officially over. With SPFx v1.22, Microsoft replaced the Gulp-based toolchain with Heft — a config-driven build orchestrator from the Rush … read more…

How to Change Solution Name in SPFx (SharePoint Framework)

how to rename spfx solution name

So you created an SPFx project, named it something like my-first-webpart in a rush, and now you’re staring at it thinking — this doesn’t look professional at all. Or maybe you downloaded a PnP sample from the community gallery, and now you need to rename it before deploying to production. In this tutorial, I will show you how … read more…

How to Install NVM in Windows

node version manager for windows download

One of my clients recently faced an issue with the SPFx web part. Actually, their web part triggers emails when specific changes are made to the files they uploaded. To fix their problem, I have imported their SPFx solution package into my system to update the code. After updating the code, I need to build … read more…

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…

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