AndyHMar 13, 20191 min readReading the querystringMy web part needed to read a querystring. SharePoint Framework has a tool for that! When I have created little chunks of JavaScript in...
AndyHMar 11, 20191 min readGetting a user photoI wanted to display the photo for a user profile - there a URL for that! Short and sweet today, add this to your site address and you...
AndyHMar 11, 20191 min read Opening a file in ExcelToday I needed to add a link that would open a document in Excel and I found two neat ways to do it. On my web part I am showing a list...
AndyHMar 10, 20191 min readRunning on SharePointTo run your web part locally is simply a case of using gulp serve. There is no connection available to any SharePoint lists or libraries...
AndyHMar 10, 20194 min readGetting set up with SPFxIn this first blog post I am going to summarise the areas I focused on and the resources I found useful to get set up and started. The...