DEV Community

Discussion on: Developing Enterprise-Ready Microsoft Teams Apps with Teams Toolkit v3.0

Collapse
 
girlie_mac profile image
Tomomi Imura 🐱 • Edited

@techwatching Okay, I can share some part of our roadmap for you!

  • Teams Toolkit for VS2022 will be shipped for .NET developers
  • Vue.js support in in consideration, as well as other JS frameworks like Angular

🙌

Thread Thread
 
techwatching profile image
Alexandre Nédélec

Great. Thanks for the information.
@girlie_mac . One thing that I would love is to be able to :

  • not only be limited to a node.js backend when doing a react / vue / angular front, it's not because I develop with a JavaScript framework that I want my back to be node.js, I want to be able to have an ASP.Net Core API with a vue.js front for instance
  • not only be limited to to razor / blazor in Visual Studios 2022. Yes doing C# in the back and the front is great but that's not necessarily the way we develop web application today. Often we use a JavaScript framework for the front and ASP.NET Core for the back