What is the neatest way to update Dom content of a rendered component outside of react environment.
Example: I have a reactjs app fully rendered into browser and then I have separate js file that I want to use for experiment purpose to update content of the already rendered Dom. Problem is react itself updates it's component back to its original state.