Slide 32
Slide 32 text
VDOM ͷ tree ͷ୳ࡧൣғΛݶ
ఆ͢Δ
var Thunk = require("vdom-thunk")
function render(state) {
return h('div', [
Thunk(header, state.head), // headͷঢ়ଶ͕มΘͬͨΒheader͚ͩݟΔ
main(),
Thunk(footer, state.foot) // footͷঢ়ଶ͕มΘͬͨΒfooter͚ͩݟΔ
])
}
function header(head) { ... }
function main() { ... }
function footer(foot) { ... }
શؔ͘ͷͳ͍ྖҬΛ୳ࡧ͢Δ͜ͱΛͳ͘͢
(ͳΜ͔ͪΐͬͱͬͨײ…)