client-side web part
Presenting at SharePoint Saturday Munich 2017
Looking for a place to learn how to get the most out of the new SharePoint Framework? Join me in my sessions at SharePoint Saturday Munich 2017
Build multi-page SharePoint Framework web parts with React
When building SharePoint Framework web parts you might need to implement multiple views. Here is how you could do it in React.
Build multi-page SharePoint Framework client-side web parts with Angular v1.x
Here is how to build multi-view SharePoint Framework web parts using Angular without breaking other web parts on the page.
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.