Latest SharePoint Framework (SPFx) topics
All the latest SharePoint Framework (SPFx) pages on this site.
The SharePoint Framework is the latest development model for customizing and extending SharePoint. The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and extending Microsoft Teams. With the SharePoint Framework, you can use modern web technologies and tools in your preferred development environment to build productive experiences and apps that are responsive and mobile-ready.
- Published on
Blog: Package Manager Inconsistencies with React & tslint + Workarounds after Updating to SPFx 1.7
The latest version of the SharePoint Framework (SPFx) released a few weeks ago, v1.7.0, uncovered a few issues between how the various Node.js package managers work. These issues appear to be rooted in the package tslint and came about with a change in how Microsoft was using tslint under the covers from SPFx v1.6 to v1.7.
A fix has been submitted to tslint, but they appear to be lagging on their release schedule so there’s no ETA on when it will get rolled out.
- Published on
Blog: SharePoint Framework v1.7.0 - What''s in the latest update of SPFx?
On November 8, 2018 (last Thursday), Microsoft released v1.7.0 of the SharePoint Framework (SPFx). This release is filled with a lot of new things Microsoft has been talking about for a few months. In this post, I’ll summarize some of what you can find, but also share some disappointments I had after spending some time picking apart v1.7.0.

What’s in this update?
- Generally available (GA) things in v1.7.0
- SharePoint 2019 Support
- Dynamic data (ie: connected components)
- Developer Preview things in v1.7.0
- Teams tabs & apps in SharePoint
- Full page apps
- Domain Isolated web parts
- Client-side list subscriptions (socket.io)
Getting the latest SharePoint Framework
There are two things to do to get your developer environment updated for v1.7.0. The first one is to upgrade the version of the SPFx Yeoman generator.
- Published on
Blog: Don't be alarmed by vulnerabilities after running npm Install
I’ve seen more and more questions since the folks at npm added an automatic scan for vulnerabilities after every npm install. What’s going on? The npm registry runs a security audit on npm packages. With the release of npm v6, this command is run automatically when you execute an npm install on your project. You can manually run one of these audits by executing the command npm audit (ref: npm-audit docs).
- Published on
Blog: Mastering the SharePoint Framework - Course update November 2018 (sprint 12 complete)
This month’s update on my Mastering the SharePoint Framework course features the transition from one sprint to the next.
Sprint 12 Complete
I published the final pieces of Sprint 12 this week. This includes a new chapter in the Ultimate Bundle, new lessons in two Fundamentals Bundle chapters and a bunch of fixes! Want to get the details? Join me on Facebook Live for a sprint release party tomorrow, Thursday, November 1 at 1pm ET to see what’s in sprint 12 & get a sneak peek to what is planned for sprint 13, Black Friday/Cyber Monday deals & more!
- Published on
Blog: Mastering the SharePoint Framework - Course Update September 2018 (Sprint-11 complete)
This month’s update on my Mastering the SharePoint Framework course features the transition from one sprint to the next.
Sprint 11 Complete
Earlier this week, I published the final pieces of Sprint 11. Two new chapters, the first chapters in the Ultimate Bundle! I also hosted the first Facebook Live sprint release party this week… if you missed it, you can get access to the recording here: Voitanos @ Facebook Live
- Published on
Blog: HowTo: Angular Elements in SharePoint Framework Projects - Two Projects
In my last post, I talked about using Angular Elements in SharePoint Framework projects. That post showed how to do this using a single SharePoint Framework Project. In this post, I show you a much better option that uses two projects.- Published on
Blog: HowTo: Angular Elements in SharePoint Framework Projects - One Big Project
In my last post, I talked about using Angular Elements in SharePoint Framework projects. When doing this, you have two options on how you will implement this and in this post, I will talk about doing it in one big project that includes everything. In tomorrow’s post, I’ll show you a much better option that uses two projects.- Published on
Blog: Mastering the SharePoint Framework - Course Update July 2018 (Sprint-10 complete)
In this post, learn what’s new with our flagship course, Mastering the SharePoint Framework, in Sprint 10, and what’s coming in Sprint 11!- Published on
Blog: npm, Yarn and PNPM: Which Package Manager Should You Use for SharePoint Framework Projects?
In the past, I’ve written how I prefer Yarn over npm not just for SharePoint Framework (SPFx) projects, but also for all my Node.js based projects that leverage the npm package registry: https://www.npmjs.org. I wrote that post in December 2016 and things have changed quite a bit since then. Last week Microsoft released SPFx v1.5.0 & the associated Yeoman generator that added support for changing the package manager the generator ran after creating the project scaffolding. Even without this new
--package-managerswitch introduced in v1.5.0, the SPFx generator had the command line switch--skip-installthat we could add, telling it to not run the package install step, thus allowing us to run our own package manager.- Published on
Blog: SharePoint Framework Generator Updated to v1.5.0: Inspecting the Changes
Yesterday Microsoft released a new version of the SharePoint Framework (SPFx) generator to version 1.5. I took some time picking apart the update and in this post, I will show you what these changes have in store for you.- Published on
Blog: SharePoint Framework Updates from May 2018
Over the last month of May, we’ve seen quite a few announcements from Microsoft with respect to what’s new and coming related to the SharePoint Framework (SPFx). This news has come out in part at the Microsoft Build 2018 conference in Seattle, WA and the SharePoint Conference North America 2018 in Las Vegas. Some of these things are available today while others are coming soon or in the next few months.
- Published on
Blog: Stefan Bauer on the SharePoint Framework In His Own Words
Experienced SharePoint developers give their opinions on Microsoft’s new SharePoint Framework, which allows client-side development in SharePoint.- Published on
Blog: Avoid the Office UI Fabric JavaScript Package - Its Bad.
Citing issues with the Office UI Fabric JavaScript project, I advise against its use and recommend exploring alternative options.- Published on
Blog: Rob Windsor on the SharePoint Framework In His Own Words
Experienced SharePoint developers give their perspective on Microsoft’s SharePoint Framework, which allows for client-side development in SharePoint.- Published on
Blog: Mikael Svenson on the SharePoint Framework In His Own Words
Experienced SharePoint developers share their own thoughts on the SharePoint Framework introduced by Microsoft in 2016 for client-side development.- Published on
Blog: Mastering the SharePoint Framework Course May Update - New Chapters Added for jQuery & React!
Learn what’s new in the May 2018 update of our flagship course, Mastering the SharePoint Framework. We added chapters for jQuery & React!- Published on
Blog: Chris Kent on the SharePoint Framework In His Own Words
The SharePoint Framework introduced client-side development as a primary option for SharePoint in 2016. Experienced developers share their thoughts.- Published on
Blog: State Of SharePoint Development Survey - Share Your Thoughts!
A few months ago, we partnered up with Rencore on their third annual State of SharePoint and Office 365 customizations survey. The point of this survey was to learn and share how customers were customizing SharePoint & Office 365.
Today, continuing our partnership, I’m launching the first annual comprehensive State of SharePoint Development survey. This survey is for developers with the goal of obtaining and sharing the technical state of SharePoint developers around the world. The findings of this survey will then be summarized into a report that provides valuable insights.
- Published on
Blog: New Chapter - Mastering SharePoint Framework Fundamentals
I just finished sprint 8 of my Mastering the SharePoint Framework course. Join now &get access to the new chapter in the Fundamentals bundle.- Published on
Blog: Paul Stork on the SharePoint Framework In His Own Words
Experienced SharePoint developers share their thoughts on Microsoft’s SharePoint Framework, which introduced a client-side development option in 2016.- Published on
Blog: SharePoint Framework Generator Updated to v1.4.1: Inspecting the Changes
Microsoft released a new version of the SharePoint Framework (SPFx) v1.4.1. In this post, I explore what’s in this new release!.- Published on
Blog: Expert SharePoint Developers on the SharePoint Framework
Experienced SharePoint developers discuss the SharePoint Framework as a client-side development option for SharePoint introduced by Microsoft in 2016.- Published on
Blog: SharePoint Framework - In Ryan Schouten's Own Words
Experienced SharePoint developers share their thoughts on Microsoft’s SharePoint Framework, which offers client-side development for SharePoint.- Published on
Blog: Prashant Bhoyar on the SharePoint Framework In His Own Words
Experienced SharePoint developers share their thoughts on Microsoft’s 2016 SharePoint Framework, which offers client-side development options.- Published on
Blog: Jeremy Thake on the SharePoint Framework In His Own Words
In 2016, Microsoft introduced SharePoint Framework (SPFx) for extensibility and customization in SharePoint. Experienced devs share their thoughts on SPFx.- Published on
Blog: Mastering SPFx Course January 2018 Update - Two New Chapters Published
Learn what’s new in the January 2018 update of our flagship course, Mastering the SharePoint Framework, including two new chapters!- Published on
Blog: Doug Hemminger on the SharePoint Framework In His Own Words
SharePoint Framework introduced in 2016 as a new development model for SharePoint, enabling client-side development. Experienced developers share insights.- Published on
Blog: Amit Vasu on the SharePoint Framework In His Own Words
Experienced SharePoint developers share their thoughts on the SharePoint Framework, Microsoft’s new extensibility and customization development model.- Published on
Blog: Wrapping up 2017 at Voitanos and Charging into 2018!
I’m sitting here with a smile on my face as I sit back in these last few days of 2017, reflecting on the previous year and looking forward to next year. It’s been quite a ride, finally getting Voitanos off the ground and working up production. While the stakes are not comparable, I cannot help but see similarities with my experience this past year and what Tesla has been doing with their Model 3 sedan. From delays in the ramp up, to launch and now working through issues to increase production and output, I’m working through similar things at Voitanos on a much smaller scale.
- Published on
Blog: Angular, React or Vue - Which Web Framework to Focus on for SPFx?
Many developers picking up the SharePoint Framework are coming from a traditional SharePoint development background. Some of these people server-side developers primarily who may have some client-side development experience while others may have been customizing SharePoint using client-side development techniques for a while.
- Published on
Blog: Solve the SharePoint Framework + Angular Challenge with Angular 5.0 Elements
Last week at the European SharePoint Conference 2017 (ESPC) in Dublin, Ireland, Rob Wormald presented on a new tech being added to the core of Angular that I think will make Angular much more approachable and useful to so many developers. Unfortunately, this session wasn’t recorded nor did I have the opportunity to attend due to co-chairing another conference in Orlando at the same time. I am familiar with the topic though as I’ve been assisting the Angular team in understanding SharePoint & the SharePoint Framework (SPFx) over the last few months. Over that time, I’ve become sold on this approach, not just for SPFx, but for Angular as a whole! In this post, I want to explain how this works.- Published on
Blog: What's up with Angular (v2.x / v4.x) and the SharePoint Framework?
This post is long, LONG overdue. I’ve explained this multiple times over email & in person to SharePoint Framework developers. It’s about time I have something to point to… so here’s my take on the SharePoint Framework + Angular [v2.0 / v4.0 / v+] state of things.
- Published on
Blog: Mastering the SharePoint Framework Sale Date is Only 1 Week Away + 50% Discount!
Well, I am just about a week away from the pre-release launch of my Mastering the SharePoint Framework developer course. [Last week I wrote about](/blog/ mastering-the-sharepoint-framework-on-demand-course-pre-release-availability-news-and-a-50-discount) the September 19th release & how the special 1-day only 50% sale will work. If you missed that, not to worry, watch the following video that explains the pre-release as well as the special 1-day sale (exclusive to you, my email subscribers):
Full details on the pre-release launch, special 1-day 50% sale, terms & conditions as well as frequently asked questions, can be found on the Voitanos website.
- Published on
Blog: Mastering the SharePoint Framework on demand Course Pre-Release Availability News [And a 50% Discount!]
Many months ago I shared my plan to publish a new course on SharePoint Framework for developers. Like so many new ventures, I hit a few speed bumps along the way, both technical and in my personal life that delayed things longer than I originally planned… but finally…the next phase of Mastering the SharePoint Framework is ready!- Published on
Blog: SharePoint Framework v1.2 and SPFx Extensions RC0
Last week was a busy week for the SharePoint Framework guys as we saw two big milestones and a bit of a scramble. We saw a new drop that changed the project scaffolding a bit, some new or updated support and a new drop for an upcoming feature. In this post, I’ll summarize all these things and point out a few things Microsoft has yet to explain in depth yet.- Published on
Blog: Latest News for the SharePoint Framework: Extensions RC!
In the most recent SharePoint Patterns & Practices - JavaScript Special Interest Group meeting, Microsoft shared some news on the SharePoint Framework. The news fell into three buckets:
- Recent Updates
- Update on SPFx Modern UI Extensions
- SharePoint Framework Engineering Backlog
Recent Updates
The big news that in the last few weeks Microsoft introduced a new, and often requested, feature for SPFx: **tenant-scoped deployment for SPFx client-side web parts and extensions. This means addins or extensions can be deployed to all sites within your tenant just a single time!
- Published on
Blog: Pre-release: Fundamentals of Mastering SharePoint Framework
As the creator of ‘Mastering the SharePoint Framework’ course, I’m excited to announce the pre-release of our fundamentals bundle.- Published on
Blog: Subscribe to Chris O'Brien's SharePoint wish list blog
As a SharePoint enthusiast, I highly recommend subscribing to Chris O’Brien’s blog. Get insights into his work challenges and his SharePoint wish list today.- Published on
Blog: Follow up to my SPFx Generator v1.1.1 On-Prem / SPO Question
Blog post examines updates to SPFx generator and the potential need for separate projects for on-premises and online SPFx deployments.- Published on
Blog: SharePoint Framework Generator Recent Updates (v1.1.1) and Sign of On-Prem SPFx to Come?
In the recent SharePoint Framework (SPFx) generator updates in v1.1.1, are we starting to see hints of on-prem SPFx support coming soon?- Published on
Blog: Vincent Biret on the SharePoint Framework In His Own Words
Seasoned SharePoint developers share their thoughts on the SharePoint Framework, which brings client-side development to SharePoint.- Published on
Blog: Paolo Pialorsi on the SharePoint Framework In His Own Words
Experienced SharePoint developers give their perspective on SharePoint Framework, a new development model for SharePoint introduced by Microsoft in 2016.- Published on
Blog: Elio Struyf on the SharePoint Framework In His Own Words
Experienced SharePoint developers discuss their thoughts on SharePoint Framework (SPFx), introduced by Microsoft in 2016 for client-side development- Published on
Blog: Eric Overfield on the SharePoint Framework In His Own Words
Eric Overfield shares his thoughts on the SharePoint Framework, a client-side development option for SharePoint introduced by Microsoft in 2016.- Published on
Blog: Marc Anderson on the SharePoint Framework In His Own Words
Experienced SharePoint developers share their insights on SharePoint Framework (SPFx) introduced by Microsoft in 2016 as a first-class option.- Published on
Blog: Corey Roth on the SharePoint Framework In His Own Words
The SharePoint Framework was introduced by Microsoft in 2016, bringing client-side development to SharePoint. Experienced developers share their thoughts.- Published on
Blog: Wictor Wilen on the SharePoint Framework In His Own Words
Experienced SharePoint developers share their thoughts on Microsoft’s SharePoint Framework, which brings client-side development as a first-class option.- Published on
Blog: Eric Shupps on the SharePoint Framework In His Own Words
Eric Shupps shares his thoughts on the SharePoint Framework, a client-side development option for SharePoint introduced by Microsoft in 2016.- Published on
Blog: Julie Turner on the SharePoint Framework In Her Own Words
Experienced SharePoint developers discuss their thoughts on the SharePoint Framework, which was introduced by Microsoft in 2016 for client-side development.- Published on
Blog: Bob German on the SharePoint Framework In His Own Words
The SharePoint Framework is a new development model for SharePoint that offers client-side development. Experienced SharePoint developers share their thoughts.