Get to know who is tracking your mails via the Microsoft Graph and Azure...
We all get a lot of emails every day. Did you know that some of these emails are being tracked by others? There are various kinds of email trackers available, most of them work by inserting hidden...
View ArticleUse build and release pipelines in VSTS to automate your SharePoint Framework...
A while ago I wrote two articles about how you can automate the publishing process of your SharePoint Framework scripts and solution package via custom gulp tasks. Info: you can find the articles here...
View ArticleSharePoint Framework snippets extension for Visual Studio Code
Today I published a new Visual Studio Code extension that gives you some handy SharePoint Framework code snippets. The first version of the extension only contains a handful snippets but will grow over...
View ArticleSharePoint Framework Script Check extension for Visual Studio Code
I published another extension for your SharePoint Framework solution to check your scripts and correctly reference the external JavaScript libraries in your solutions. The extension is powered by the...
View ArticleTesting and debugging your SPFx solutions in production without causing any...
Hey developer, the solution which was just deployed in production is not working. Can you have a look at and fix it? This is probably something which you might have heard before. As every user and...
View ArticleDebug your SharePoint Framework code running in Microsoft Edge with Visual...
For a long time, you were not able to remotely debug your SharePoint Framework solutions running in Microsoft Edge with Visual Studio Code. This was due to limitations of the Debugger for Edge and the...
View ArticleSharePoint Framework unit-tests with Jest
Back in April 2017, I wrote about how you could write unit tests for SharePoint Framework components. This was created by a combination of the dependencies provides by SharePoint Framework itself and...
View ArticleThings to check in your SPFx application customizer after page transitions
When building a SharePoint Framework solution which includes application customizers. One of the important things about their functionality is how they behave during navigation events/page transitions....
View ArticleFixing font styling issues in your SPFx application customizers
This will be a quick tip about a styling issue with the application customizers. If you are building application customizers that render something in the available top or bottom zones. It is...
View ArticleSimplify localization in SharePoint Framework projects
When you need to support multiple languages for your SharePoint Framework solutions. It can be a hassle that you have to maintain each and every localization per component in their related loc folder....
View Article