Reputation: 11
I am developing an add ins in visual studio 2022 using java-script. I want to upgrade my add ins with React (type script) I read documentation in that I can create add ins in visual studio code using Yeoman Generator. I want that my existing functionality will not affected after I migrate my project to react. (My new functionality will create in react and Existing functionality will working parallelly until it migrate to react(typescript) parallelly)
Can you please provide guidance and step to do that..How can I create application for office add ins(Excel,Word,Powerpoint) with react in visual studio 2022.
Upvotes: 0
Views: 254
Reputation: 9684
I can think of two strategies. But I can only sketch them. I think strategy 1 or 3 is going to be the easiest.
Strategy 1:
Strategy 2:
Strategy 3:
Upvotes: 0