Innovation Matters
Essays on AI, developer tools, and thoughtful software.
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?
Loading Angular and ngOfficeUIFabric from CDN in SharePoint Framework
With the latest release of the SharePoint Framework you can load Angular and ngOfficeUIFabric from CDN in your Client-Side Web Parts. Here is how.
How to use SharePoint Framework's preconfiguredEntries
One of the key elements of the SharePoint Framework Web Part manifest is the preconfiguredEntries property. What is it exactly, and what can you do with it?