Fork me on GitHub
#om
<
2016-12-28
>
anmonteiro00:12:32

@peeja that's only a dev time helper, to help make your code reloadable

alex-glv05:12:48

Hey guys. is there a way to re-read keys only locally? I tried (om/force <query> nil) but it reads with my default :remote anyway. Seems like I can’t force nil remote, which would be local..

anmonteiro12:12:32

@alex-glv: you can transact! keys to be read instead of mutations

peeja16:12:30

@anmonteiro Right, I know, but does every component need it? Or… what goes wrong if I don't use it?

anmonteiro17:12:12

Hrm, I think stateless components can be redefined. Not entirely sure and unable to try it out currently