Category: SPFx

Don’t Fear the Next Deployment of Your SPFx Project
Don’t Fear the Next Deployment of Your SPFx Project
Webinars

Deployments don’t have to be stressful. With the right pipeline in place, bringing SharePoint Framework solutions to production can be smooth and predictable. In this session we’ll explore how to design deployment pipelines in Azure DevOps or GitHub that fit your team’s way of working. We’ll walk through different approaches to building and deploying SPFx… READ MORE

Succeeding with SPFx
Succeeding with SPFx
Blog Posts

SPFx enables rapid and versatile development. It is the most widely used development technology when it comes to Microsoft 365 and particularly SharePoint Online extensibility. I will share my thoughts, setup, and how we succeeded. Table of Contents Key Areas of Recommendation I will focus on four important areas: Framework & Technologies When starting with… READ MORE

Localize your SPFx solutions with PointFire Localizer
Localize your SPFx solutions with PointFire Localizer
Blog Posts

Managing multilingual SharePoint Framework (SPFx) solutions can get tricky as you need to ensure all translations are in place and take care of localization files from languages you need help understanding yourself. This was a problem we faced when developing our products. To be sure we always included all localization key/value pairs in our releases,… 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

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

Using MGT with SPFx
Using MGT with SPFx
Blog Posts

  Overview Microsoft Graph Toolkit (MGT) components can now be easily used with SharePoint Framework (SPFx) solutions to build the solutions quickly with fewer coding efforts. In this article, we will explore how to use the MGT components in SPFx solutions. MGT Overview Microsoft Graph Toolkit (MGT) is a collection of reusable components to work… READ MORE

SharePoint Week Mini Webinars
SharePoint Week Mini Webinars
Webinars

SharePoint Week Mini Webinars Join Joel, Django, and Sara for this series of SharePoint Week Mini Webinars and learn all about SharePoint Permissions, SPFx User Access Tokens, and Application Lifecycle Management! SharePoint Week Mini Webinar 1 “Passing SPFx User Access Tokens to Backend Services to Persist User Context” Speaker: Joel Rodrigues, MVP “I spotted developers… READ MORE

Consuming Google drive API from MS Teams App
Consuming Google drive API from MS Teams App
Blog Posts

It’s not uncommon for companies to have multi cloud setup and use both M365 and GSuite. MS Teams supports a data provider for Google drive but, the search experience there is quite poor. In such setup it can bring a great value to implement search across both M365 and Google Drive indexes and expose it… READ MORE