From the course: Developing for Microsoft Teams

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Building tabs using the SharePoint Framework

Building tabs using the SharePoint Framework - Microsoft Teams Tutorial

From the course: Developing for Microsoft Teams

Building tabs using the SharePoint Framework

- [Instructor] If you've ever done any SharePoint development, you'll probably already very familiar with the SharePoint Framework or SPFx. It's a client site technology for developing Web Parts and other extensions for SharePoint. SharePoint is also one of the underlying technologies behind Microsoft Teams. SPFx Web Parts are rendered inside SharePoint pages in much the same way as Teams Tabs are rendered in the Teams client. You create an SPFx solution using a Yeoman generator similar to the way we created Team Solution. Now, one of the options is to use React as a view framework, along with Fluent UI components using a similar style of coding as we used in our tabs for Teams. You can make an SPFx Web Part available as a tab in Teams by adding Teams Tab or Teams Personal App to the supported hosts array, in the SPFx manifest file. You either can supply your own Teams manifest or one will be generated automatically for…

Contents