om

Please ask the channel first, not @dnolen directly!
claudiu 2017-04-28T07:26:52.961157Z

@macrobartfast Had the exact same experience. Switched to om.next for a while to better understand the internals. Will probably switch back to untangled or copy paste some of the nice ideas (like uc/get-initial-state).

claudiu 2017-04-28T07:27:53.972516Z

Does anybody know any resources for om-next on how to do code-splitting ?

claudiu 2017-04-28T07:29:01.985598Z

So far seems like the best approach to routing is by union queries. So for now, the best approach I can think of is to have multiple applications (public/private) that share some components and the state. And just unmount & mount depending on the route.