Archive for August 2016

Search web part created with the SharePoint Framework

Important I have created a new version of this web part that makes use of Handlebars templates. You can check out the code from this web part here: https://github.com/estruyf/react-handlebars-search. Older version of the web part Today I spend some time developing with the new SharePoint Framework. I must say the SharePoint team did an amazing job with creating the Yeoman template.

Read more

How to debug your SharePoint Framework web part

Already a great number of blog posts have been written about the new SharePoint Framework release two days ago. With every new tool or framework, there is a learning curve. The best way of learning how the SharePoint Framework works is by reading the code and debugging it. This article focusses on how you can quickly debug your web part created with the SharePoint Framework.

Read more

Getting up to speed with Yeoman aka “yo”

Yeoman is yet another tool that you cannot miss in your client-side development toolset. In the previous post, I talked about Node.js, npm and Gulp. To make use of these tools it required some manual actions/configuration before you could start developing your project. By now you may have asked yourself if this is always the case with every new project you are going to create.

Read more

Getting up to speed with Gulp

This is the next article of my getting up to speed series. This article is completely devoted to Gulp. In the previous article I explained Node.js and NPM, but I also mentioned Gulp a couple of time. As you get in this world of JavaScript focussed development, you will see that Gulp (or Grunt - depending on the developers’ preference) often used for various kind of things.

Read more

Getting up to speed with Node.js and npm

Recently Microsoft announced the SharePoint framework. This framework makes use of the latest trends in the developer landscape like client-side development and integrating open source frameworks. For many of us, this was great news. The framework will be a great way to build new things for SharePoint. Of course, the SharePoint framework requires you to learn a couple of development tools with which you might not yet be familiar with.

Read more
Back to top