untangled

NEW CHANNEL: #fulcro
mitchelkuijpers 2016-09-25T14:26:11.000992Z

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

mitchelkuijpers 2016-09-25T14:41:20.000993Z

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

mitchelkuijpers 2016-09-25T14:42:42.000994Z

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

1👍
adambros 2016-09-25T19:22:26.001005Z

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

adambros 2016-09-25T19:23:24.001006Z

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

mitchelkuijpers 2016-09-25T19:23:43.001007Z

@adambros I don't really mind anymore actually

mitchelkuijpers 2016-09-25T19:25:11.001008Z

Love untangled so far

adambros 2016-09-25T19:34:11.001009Z

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 ?