notify if out of band rendering will be done(tried) or not?
usecase:
if you have an react app in you NodeType and initialize it via html data- props and reload the html markup via outofbandrendering - react will not catch up with this.
After an outofbandrendering we must tell react to discard the old app and reinit.
When apply is pressed / and the node changed.
challenges:
usecase: if you have an react app in you NodeType and initialize it via html data- props and reload the html markup via outofbandrendering - react will not catch up with this. After an outofbandrendering we must tell react to discard the old app and reinit.