Browse by Tags

All Tags » SPFx (RSS)
For those that know me, you might have heard about my extensive use of Ionic Framework, a mobile app platform, to build various side projects including BrewZap and HappenZap. If you aren’t familiar with Ionic Framework, it’s a node.js based development...
with no comments
If you have ever used Office Fabric with SPFx, you may have found yourselves struggling. You quickly learned than previous version of SPFx did not work with version 6+ of Office. Instead you had to use the LTS version of Office Fabric which varies significantly...
The yo tools make it rather easy now to add additional web parts and extensions to your SPFx projects. However, I recently ran across this issue which caused me weeks of pain. The scenario starts with this. You create a new SPFx project with a web part...
Recently, I posted about the error ( TypeError: Object doesn't support property or method 'from') you received in Internet Explorer 11 (IE11) when you didn't include the necessary polyfills for PnP JS to work. To resolve the error, previously...
The Fabric React DetailsList component is a great way to display your tabular data when building an SPFx web part. It's nice, but if you have a lot of rows in your list, you might need a sticky header so that you can see which column you are looking...
with no comments
Filed under: , ,
You just built this amazing SPFx web part and it works great in modern browsers. You then go to test (or even worse your users go to test) and you find that nothing works. After examining your logs, you start finding the following error message. TypeError...
With React, sometimes the simplest of things are overly complicated. When it comes to creating a page anchor so your users can jump down to a specific point in the page, this one is no exception. From our old HTML4 days, you probably remember you create...
Contrary to popular belief, I still do development. In fact, I do quite a bit of development. In the last couple of years, I have built two mobile platforms as a service using Ionic and Angular. This node.js based development stack positioned me well...