SharePoint Framework
Speaking at TechDays NL 2016 about development on the Office platform
Learn how to benefit of the latest investments in the developer opportunities on the Office platform, including add-ins, MS Graph and SharePoint Framework.
5 ways to load templates in SharePoint Framework Client-Side Web Parts built using Angular
One of the key elements of each Angular application are templates used to display data. Here are 5 ways to load them in SharePoint Framework Web Parts.
Building dll-code in SharePoint Framework
Optimize the performance of your SharePoint Framework Web Parts by separating shared code into a library.
5 differences between SharePoint Framework debug and release builds
SharePoint Framework projects can be built in the debug and release mode. Here are the 5 key differences between the two.
Why bundling external frameworks in SharePoint Framework Client-Side Web Parts is a bad idea
JavaScript frameworks referenced in SharePoint Framework are bundled together with Web Parts by default. But is it really a good idea?