Word
A family of Microsoft word processing software products for creating web, email, and print documents.
871 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are developing a Word Addin using React for the TaskPane which uses Zustand as the state management system.
We have been banging our heads against the wall for 2 days now to figure out how to let an action performed by the user (clicking a menu item in the context menu) get access and update the Zustand state managed by the React app in the TaskPane.
What we have setup is
Can it be confirmed that this is possible. If not - how do you trigger React in the Taskpane do update ?
BR Morten