Thank you @cwstra 
I learned something interesting here.
So what feels more natural ?
// explicit context object
connect(root, {name: "Alice"})
Or
// B (cwstra idea)
connect.f({name: "Alice"})
Thank you @cwstra 
I learned something interesting here.
So what feels more natural ?
// explicit context object
connect(root, {name: "Alice"})
Or
// B (cwstra idea)
connect.f({name: "Alice"})