c
Size: a a a
c
c
🅅🄺
c
c
c
$store.on(handleClick, ƒ)
c
🅅🄺
$store.on(handleClick, ƒ)
🅅🄺
DS
🦜
c
$store.on(handleClick, ƒ)
$store.on(clickHandler, ƒ)
$store.on(buttonClicked, ƒ)
🦜
🅅🄺
c
forward({
from: handleClick,
to: ?
})
VP
store.on(changed, (…) => …)
const handleChange = changed.prepend(…) / forward / sample / etc
<Comp onClick={handleChange} />
c
store.on(changed, (…) => …)
const handleChange = changed.prepend(…) / forward / sample / etc
<Comp onClick={handleChange} />
DS
$store.on(handleClick, ƒ)
VP
🅅🄺
forward({
from: handleClick,
to: ?
})