Fork me on GitHub
#untangled
<
2016-09-25
>
mitchelkuijpers14:09:11

Hmm is there a reason why it is impossible to set a shared on the the untangled reconciler?

mitchelkuijpers14:09:20

Hmm not really important changed it to some globals (basically the same thing). But you get warning when you remove a global from the cljs compiler.. So maybe even better

mitchelkuijpers14:09:42

Only took me 30 minutes to switch from om.next to untagled.. Now only removing all my reads and adding the right transactions (love removing code!). Thank you for the api function pointer @tony.kay for the serverside stuff

adambrosio19:09:26

@mitchelkuijpers: if i remember correctly its mainly that we havent had a use case for it so we never implemented access to it

adambrosio19:09:24

im sure the patch for it would be small if someone ever wanted/needed it

mitchelkuijpers19:09:43

@adambros I don't really mind anymore actually

mitchelkuijpers19:09:11

Love untangled so far

adambrosio19:09:11

I cant seem to find it in the history (probably too long ago), but didnt someone write a defui wrapper that implemented deref to call om/factory ?