View.js
const html = require('choo/html')
module.exports = function (state, emit) {
return html`
Hello, World!
If you are seeing this, then the generator works!
Demo
${state.title}
`
function update (e) {
emit('update', { value: e.target.value })
}
}
ES6ͷλάϦςϥϧͰDOMߏΛهड़Ͱ͖Δ