related to #11: given some app objects, merge them together into a single app using a shared namespace. this is different from examples/compose which composes many app objects by multiplexing them so they remain in separate namespaces.
how to merge init, Object.assign (or deep assign)?
how to merge update (similar for run): reduce-reducers?
how to merge view, template function? or is this where we wrap it in a router?
related to #11: given some app objects, merge them together into a single app using a shared namespace. this is different from examples/compose which composes many app objects by multiplexing them so they remain in separate namespaces.
how to merge init,
Object.assign
(or deep assign)? how to merge update (similar for run): reduce-reducers? how to merge view, template function? or is this where we wrap it in a router?