SharePoint Framework
Does your SharePoint Framework solution contain vulnerabilities?
What are the odds that developers ignored the 300 security warnings and provided you with a solution that exposes your organization to security risks?
250+ vulnerabilities in a new SharePoint Framework project
When you create a new SharePoint Framework project, npm warns you of over 250+ vulnerabilities. Should you be worried?
Office 365 CLI v1.7.0
We've just published a new version of the Office 365 CLI for working with and managing Office 365 and SharePoint Framework projects on any platform.
Easily add tenant-wide deployment information for your SharePoint Framework extensions
Starting from SharePoint Framework v1.6.0, you can have your SharePoint Framework extensions consistently enabled across the different sites in your tenant. And you can add all the necessary deployment information with a single click directly in Visual Studio Code.
Don't pass the whole web part context into your React components
Passing the whole web part context into React components might seem convenient at first, but is far from it in the long run.