Fork me on GitHub
#re-frame
<
2018-09-26
>
rnagpal12:09:55

If I add a watch on a subscription which is a reaction, I do get the old + new

sandbags15:09:01

Just taking a look at a re-com project after many moons away from it. I notice re-com doesn't seem to have had a commit in quite a while (src looks to be >1yr to my eye). Is it still being developed?

jsa-aerial16:09:05

I use it and it works great - on latest reagent, react, Cljs. >1yr is likely just typical Clojure/Cljs stability. If you want daily / weekly breaking changes - go with JS! 😄

sandbags16:09:32

I don't want daily breaking changes, I just wanted to see if they had dropped it themselves in favour of something else. I remember there were other options when I use it last.

sandbags16:09:10

It was also still seemed in flux at that time so I wouldn't expect it to be LTS stable.

sandbags15:09:38

or has it been superceded?

urbanslug15:09:33

@akiroz Hey, so I've noticed your lib stores values in localstorage with keys such as ["~#", "~:<name of key]"]

urbanslug15:09:38

same for valyes really

urbanslug15:09:48

I don't see why and I'm using the interceptor method in your readme

joelsanchez15:09:20

most likely transit

akiroz15:09:49

@urbanslug My lib wraps alandipert/storage-atom for persistence and it uses transit format for serialization as joelsanchez mentioned.

urbanslug19:09:26

@akiroz heh do you have an example of someone using transit and an interceptor?