client-side web part
Office 365 CLI v1.6.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.
Office 365 CLI v1.5.0
We've just published a new version of the Office 365 CLI with new commands for working with and managing Office 365 tenants and SharePoint Framework projects on any platform.
Don't use PropertyPaneTextField with numeric web part properties
When building SharePoint Framework client-side web parts, don't use PropertyPaneTextField to manage values of numeric web part properties. Here is why.
Logging in SharePoint Framework solutions
Proper logs are invaluable when your solution isn't working as expected. Here is how you can log information in the SharePoint Framework.
Write conditional code in the SharePoint Framework
Did you know, that when building SharePoint Framework solutions you can easily include code that will be available only in the debug build?