Fork me on GitHub
#cljsrn
<
2017-03-22
>
sineer00:03:29

@amorokh Nice! I glimpsed through your code and I like it. I find your use of om/ui macro to implement your proxies very clever ๐Ÿ™‚

carocad17:03:29

hey guys, quick question. When using fighwheel + re-natal + re-frame, is it normal that my whole app refresh every time that I save the file?

xsyn17:03:57

sorry, as opposed to just the namespace?

carocad17:03:48

well I thought that it would work as in the browser i.e. save and update the components but keep the state as it was

xsyn18:03:38

Oh yes, I see. Iโ€™m afraid I donโ€™t know ๐Ÿ™‚

misha18:03:33

@carocad doesn't defonce work for you?

carocad18:03:54

@misha I am using re-frame so the state placeholder is kept outside my reach. Dont know if it uses defonce. I will check that

amorokh18:03:25

@sineer thanks! I'm quite a newbie in the js, cljs and rn world so I really learned a lot during impl ๐Ÿ™‚