Welcome to an article on how to develop SPFx webparts on SharePoint Office 365.

What is SPFx?

SharePoint Framework (SPFx) Extensions are client-side components that run inside the context of a SharePoint page. You can deploy extensions to SharePoint Online, and you can use modern JavaScript, ReactJS tools, and libraries to build them.

It not only allows you to put in your code but also allows you a platform to test your code, also called “Workbench”.

This is the future as nowadays our clients don’t expect us to write a full-fledged Visual Studio deployment code. They want small packages which can be developed faster and efficiently.

Let’s see how we can build one of our own SPFx webpart. Follow the steps below and learn while you do it yourself.

Let's create a new SharePoint solution.

Once you answer the questions above, the generator will initiate the webpart development and will take a certain amount of time to create it.

SharePoint

SharePoint

Keep following this series of articles; we will be developing various solutions on our SPFx webparts. Until then, keep reading and keep learning.