I thought it would be neat if we were able to register children of the component root:
<div data-component="SomeReactComponent">
<div data-prop="foo"><p>Some markup rendered from the CMS that I'd rather not pass as data</p></div>
</div>
This could also be used as progressive enhancement, or a way inject SEO data.
I thought it would be neat if we were able to register children of the component root:
This could also be used as progressive enhancement, or a way inject SEO data.