SharePoint development
Write conditional code in the SharePoint Framework
Did you know, that when building SharePoint Framework solutions you can easily include code that will be available only in the debug build?
Temporary workaround for working with SharePoint Framework dialogs
Errors when using SharePoint Framework dialogs? Here is how to avoid them.
Building shared code in SharePoint Framework - revisited
Reusing your code allows you to standardize your solutions, save time building them and speed up loading your web parts on pages.
Avoid errors editing SharePoint Framework project configuration with Visual Studio Code intellisense
SharePoint Framework uses JSON files to store project configuration. Here is how you can edit these files easily in Visual Studio Code.
Correctly reference images in SharePoint Framework solutions
By default, referencing images in SharePoint Framework doesn't work. With this one tweak, your images will be working, just the way you expect them to.