SharePoint
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.
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.
You need to connect only once in the Office 365 CLI
When working with the Office 365 CLI, you need to connect to SharePoint only once.
Simulating throttling in SharePoint
When you communicate with SharePoint, you have to assume that you might get throttled. Here is how to verify if your application handles it correctly.
Get the tenant app catalog URL using the REST API
When building SharePoint solutions, you might need to get the URL of the tenant app catalog. Recent changes to the SharePoint API make it very easy.