OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
641 stars 92 forks source link

Create New Addin using React js(typescript) in visual studio 2022. #4383

Closed Jayshiv1408Dev closed 4 weeks ago

Jayshiv1408Dev commented 4 weeks ago

Hi Team, 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. Thanks.

Rick-Kirkham commented 4 weeks ago

@Jayshiv1408Dev , we use the issues in this repo to track possible bugs in the Office JavaScript library. Programming questions like this should be raised either on Microsoft Q&A (tag the question with office-addins-dev and office-js-dev) or on Stack Overflow (tag the question office-js).