'Excel add-in taskpane with ReactJS and NextJS, is it possible?

Could you help me understand if NextJS can be used with excel taskpane when app is being developed using ReactJS, if so could you guide me with any example in the web?



Solution 1:[1]

Yes. You can use NextJS. An Office Add-in is essentially just a web app. So, with few exceptions, you can do anything in an add-in that you can do in a web app.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Rick Kirkham