Fork me on GitHub
#reagent
<
2016-07-10
>
seantempesta13:07:08

@mikethompson: Ah, gotcha. I was trying r/track out to hopefully get the benefits of cached computation, but it still seems to trigger all dependent reactions when you deref.

mikethompson14:07:59

@seantempesta: the upcoming v0.8.0 has de-duplicated subscriptions which will be nice.

seantempesta14:07:20

Any idea on when that’ll be released?

mikethompson14:07:52

I would hope to see a beta within a week

mikethompson14:07:46

There's an alpha1 available which provides def-sub already

mikethompson14:07:03

I'm just waiting to complete the Effectful handlers stuff

mikethompson14:07:09

That will be alpha2

mikethompson14:07:00

0.8.0-alpha1 contains breaking changes: https://github.com/Day8/re-frame/blob/master/CHANGES.md#080--201607xxxx Be aware that things marked with XXX are not yet complete (hence alpha1).