UNPKG

@mr_hugo/boredom

Version:

Another boring JavaScript framework.

9 lines (7 loc) 249 B
import { webComponent } from "/dist/boreDOM.min.js"; export const StatefulComponent6 = webComponent(() => ((opts) => { console.log('Rendering Stateful Component 6', opts) opts.refs.container.innerText = opts.state.content.value; }) );