Category: Development
-
Console.log …or not?

I bet that on your way developing components for SPFx you already know what console.log is and how to use it…but you know that there are also other useful methods? Following the documentation here you can find all the supported methods, some of which are: I think that some of…
-
Do you know PnP? I think that you should.

PnP stands for Pattern & Practices, this is an initiative which include samples, guidance and tools regarding SharePoint Framework, Office 365 APIs, Office Add-ins, and Microsoft Graph. PnP is community driven open source project where Microsoft and external community members are sharing their knowledge and best practices for Office 365, SharePoint…
-
Yeoman generator is your best friend for SPFx

First things first: what is Yeoman? Yeoman is a CLI tool that helps you create new projects. To do so Yeoman uses various Generators, depending on the type of project you’re creating there are multiple generators available. If you want to know more and discover all the available generators you…
-
How to upgrade an SPFx project

After the recently preview release of the SPFx version 1.18 I think it’s a good idea to give some space to an awesome tool that helps a lot in the upgrading process, this tool is: CLI for Microsoft 365 This tool can be installed on any platform (Windows, macOS or…