@microsoft/spfx-cli wins on CI/CD, open-source templates, and custom org template support. Yeoman still leads on interactive wizard experience and adding components to existing projects. Here is the full comparison to help you decide when to switch.#spfx #m365 #sharepoint #microsoft #spfx-cli
SPFx Webpart
PnP React Controls Part 9 – FolderExplorer
How to use Folder Explorer control in SharePoint Framework webpart.
SPFx – Uploading files using react-dropzone
The main focus of this post is to explain how we can leverage on the react-dropzone module, pnp/sp to upload the files asynchronously without making the users to wait until the files are uploaded and also we can also stop the upload and show error message, if there is any network failure in the middle of upload.
SPFx – Using PropertyFieldColumnPicker control
How to use PnP PropertyFieldColumnPicker control in SPFx web part.
SPFx – Using PnP Caching
SPFx-Using PnP Caching to make use of the local browser cache to improve the page performance and also to reduce the transaction calls to the SharePoint List.
SPFx – Using PnP Logging
To leverage on the logging feature provided by PnP to capture different logs while communicating with SharePoint or for any other features implemented in the component. Let us see how we can make use of logging feature in SPFx web part.
SPFx – Using MSGraph API
Using MSGraph API in SharePoint Framework webpart using default client and PnP Graph.
SPFx – Using toastr plugin
Using toastr npm package to display the flying notification.
SPFx – Using Custom Hooks
SPFx - Using Custom Hooks to create a reusable function for the loader and progress indicator.
SPFx – Using UniteGallery jQuery plugin
Using the UniteGallery jQuery plugin which is the responsive slider and carousel plugin in SharePoint Framework Webpart.