Tired of one unfinished SPFx web part breaking the build for everything else? This article shows how spfx-selective-build helps you isolate a single web part with its shared code, slim down tsconfig.json, switch package profiles safely, and restore your baseline files after every run. #pnpweekly #spfx #sharepoint #m365
SharePoint Framework
From Skills Repo to npx Installer: Making SPFx AI Guidance Easier to Adopt
This follow-on post explains how @sudharsank/spfx-enterprise-skills turns an SPFx skills repo into a practical npx install experience, with full support for generic installs and guided support for other AI hosts. #githubcopilot #sharepoint #spfx #aieditor #vscode #claudeskills #antigravity
Building Premium SPFx Web Parts with an Enterprise Skills Pack
I packaged my SharePoint Framework (SPFx) guidance into a reusable **skills pack** that any AI editor (GitHub Copilot, OpenClaw agents, ChatGPT, Claude Code, Kiro, Cursor, Antigravity, etc.) can use to build **enterprise-grade, premium web parts and extensions**. This post walks through each skill, why it exists, and how to use them in your day‑to‑day workflow. #skills #spfxskills #spfx #sharepoint #codeeditor
🧠Modern SPFx Development with v1.22.2, Heft, and Docker
SharePoint Framework 1.22.2 introduces a major modernization by replacing the legacy gulp build system with Heft from the RushStack ecosystem. In this post, we explore what’s new in SPFx 1.22.2, why the move to Heft matters, and how to use a ready-to-run multi-architecture Docker image to build, serve, and develop SPFx solutions consistently across Windows, macOS, and Linux.#SharePoint #SPFx #SPFx122 #Microsoft365 #Heft #RushStack #Docker #DevOps #WebPart #SharePointOnline #M365Dev
How to use Brand Fonts in SPFx Web part
How to utilize the Brand Fonts in custom SPFx web part and also other CSS variables that are available OOB.
PnP React Controls Part 22 – Security Trimmed Control
How to use PnP SecurityTrimmed control, emphasizing its role in sculpting the SharePoint user experience while fortifying data security through dynamic access controls.
SPFx Webpart – External User Access
The article discusses a common issue when using SharePoint Framework web part with external users. It provides a resolution involving granting read access to relevant pages and files, making use of the ClientSideAssets folder, and possibly executing certain commands via the SharePoint Online Management Shell, depending on error messages.
PnP React Controls Part 20 – RichText Control
Learn how to use PnP RichText control.
PnP React Controls Part 19 – UploadFiles Control
Learn how to use PnP UploadFiles control.
PnP React Controls Part 18 – ListItemAttachment
Learn how to use PnP ListItemAttachments control.