I have a React app embedded in an external .Net app. all works fine, but I have a plugin on the main app to translate the content of entire content including the content inside the React App which is a problem because the real Dom can't conciliate Virtual Dom the when the change is produced. I don't really want to sync Virtual Dom with the Real DOM changed because some of those texts are part of the react app state.
Any valid approach that I can't use to update those text without affecting the React App?