ahdinosaur / inu

:dog2: composable unidirectional user interfaces using pull streams
207 stars 12 forks source link

add inu.merge #13

Closed ahdinosaur closed 8 years ago

ahdinosaur commented 8 years ago

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?

ahdinosaur commented 8 years ago

closing while i discover some more.