How to implement Azure DevOps pipelines for SPFx solutions that use library components

How to implement Azure DevOps pipelines for SPFx solutions that use library components

Let’s deploy a SharePoint Framework solution that uses a library component from another repository in the same Azure DevOps organization.

Localization in SPFx solutions when a user can speak several languages

Localization in SPFx solutions when a user can speak several languages

In this blog post, I’ll tell you a story about one unusual situation in which we had to get texts for a single user from different localization files depending on something else than the user’s chosen language.

How to use the service locator pattern in SPFx React solutions

How to use the service locator pattern in SPFx React solutions

In this blog post, I’ll show you how you can implement the service locator pattern the right way, so you don’t need to pass down any objects to your child components to be able to use the resources from the SPFx context.

How to get started with React for building advanced SPFx solutions

How to get started with React for building advanced SPFx solutions

After I started using React, my solutions have become so much tidier. In this blog post, I’ll teach you the most important things you need to grasp when implementing your very first SPFx React project.