AndyHMar 19, 20192 min readWorking with State in a React ComponentVery early on you will want to use the state to store and use dynamic data in your React component. In this example I want to take a...
AndyHMar 13, 20191 min readCreating an iconHow to display an icon with Office UI Fabric. Very simple, first need to import: import { Icon } from 'office-ui-fabric-react/lib/Icon';...
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, 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...