Fork me on GitHub
#om
<
2017-04-28
>
claudiu07:04:52

@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).

claudiu07:04:53

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

claudiu07:04:01

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.