Tag: SPFX

Microsoft retires SharePoint Framework field customizers
Microsoft retires SharePoint Framework field customizers
Blog Posts

Microsoft announced the retirement SPFx field customizers in June 2026, eliminating a key extensibility option developers have relied on for nearly eight years. by Andrew Connell UPDATE: Maybe They Aren’t Retired Yet… I received the following comment on Thursday, June 18 ~2p ET from Microsoft after this article was published… looks like they’re taking a step… READ MORE

SPFx extensions: discover the field customizer
SPFx extensions: discover the field customizer
Blog Posts

Introduction SharePoint Framework offers different extension project types, for example the Application customizer (more here), those extensions allow customization of the standard SharePoint Online UI/UX. With this article I will cover the field customizer extension. This extension allows customizing the appearance of a specific field of a SharePoint Online list. To demonstrate the use of a… READ MORE

RealTime News Updates in SharePoint Online with SPFx
RealTime News Updates in SharePoint Online with SPFx
Blog Posts

Recently, I discovered the Socket.IO endpoint in Microsoft Graph, which has enabled me to implement real-time functionality in SharePoint Online. This feature allows SPFx solutions and other types of applications to receive near-instantaneous change notifications for drives and lists, facilitating dynamic updates without manual refreshes. alert It’s important to note that utilizing this approach requires… READ MORE

Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Webinars

Webinar Material: 20241015-spfxintro.pdf (sharepointeurope.com) Webinar Description: The best way you can customize and extend your SharePoint site is using the SharePoint Framework (SPFx), the latest evolution of SharePoint development. This model is the way you customize and extend the modern experience in SharePoint. In this session, you’ll learn what the SharePoint Framework is & how… READ MORE

SPFx with React: A Guide to React and SPFx Integration
SPFx with React: A Guide to React and SPFx Integration
Blog Posts

Introduction Dynamic user interfaces are essential in today’s web development. React is a JavaScript library that Facebook maintains that has gained popularity for its efficiency, reusability, and simplicity. The combination of SPFx with React enables developers to produce responsive and dynamic web elements, increasing the possibilities for developing effective SharePoint solutions. Why Choose React and SPFx? SharePoint… READ MORE

Granting API permissions requests for SPFx
Granting API permissions requests for SPFx
Blog Posts

While developing an SPFx solution and you want to use an API, such as the Microsoft’s one like Graph API or SharePoint or other custom APIs, you have to register the permission needed in Microsoft Entra ID. First of all you need to know which permissions you need, for example if you want to use… READ MORE

HOT SEAT with Vesa Juvonen - SharePoint Framework (SPFx)
HOT SEAT with Vesa Juvonen – SharePoint Framework (SPFx)
Webinars

HOT SEAT with Vesa Juvonen – SharePoint Framework (SPFx) In this rapid fire Q&A Hot Seat, Vesa Juvonen, Principal Product Manager, Microsoft, answers questions on SPFx pre-install, dependencies, and the technical stack. The discussion covers the advantages and disadvantages of tightly coupling SPFX with SharePoint online. Vesa is a principal product manager at Microsoft, located… READ MORE

Using Open AI API in SharePoint Framework Projects
Using Open AI API in SharePoint Framework Projects
Webinars

Using Open AI API in SharePoint Framework Projects Join Anoop Tatti, MVP, and watch this webinar recording to learn all about Using Open AI API in SharePoint Framework Projects! Webinar Description – ‘Using Open AI API in SharePoint Framework Projects’ Do you want to translate your SharePoint content quickly and accurately, without sacrificing nuance? If… READ MORE