mhsdesign / MhsDesign.LiveInspectorJsEvents

Send JsEvents to the iframe on Inspector changes
GNU General Public License v3.0
5 stars 2 forks source link

Feature: Add `Neos.NodeApply` event #4

Open mhsdesign opened 2 years ago

mhsdesign commented 2 years ago

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.