In the previous chapter, we created a static tab to get hands-on experience with the Teams Client JavaScript SDK. In this chapter, we will explore more of the different tab options. We will see what specific items we need to take into consideration when creating our own tabs. Let us navigate through the inner workings of Teams tabs starting with how they are constructed.
A web page
As you might have noticed, tabs are just web pages; we can use C# or Node.js, an SPFx web part, a PowerApp, or whatever technology we want, but it all boils down to a web page we want to show ...