Reactive currently supports setting textContent, using the @text attribute: https://attractivejs.railsdesigner.com/docs/reactive/
Would make sense to set (inner/outer?) html as well, <div @html="message"></div>. I am leaning towards only supporting innterHTML. But open to suggestions.
Reactive currently supports setting textContent, using the
@textattribute: https://attractivejs.railsdesigner.com/docs/reactive/Would make sense to set (inner/outer?) html as well,
<div @html="message"></div>. I am leaning towards only supporting innterHTML. But open to suggestions.