DEV Community

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

Collapse
 
techwatching profile image
Alexandre Nédélec

@girlie_mac Really interesting post. I am glad to see that tooling for developing Teams app is finally more enterprise-ready (it took quite a long time unfortunately).
A few questions thought:

  • What about supporting other back and front-end frameworks ? It seems only React is supported for the front-end and only node.js for the back-end. What about using vue.js for the frontend and ASP.NET Core for the backend ?
  • This extension for vscode seems very active in terms of developement, what about extensions for other IDEs (Visual Studio 2022, Rider ...). The VS2019 extension seems way behind vs code extension
Collapse
 
girlie_mac profile image
Tomomi Imura 🐱

Thank you Alexandre for your feedback!
True, it would be nice to support more langs and frameworks. and I am certainly let the teams know your requests!

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