Comment on Cloact: Minimalistic React for ClojureScriptparentComments−danhOP12yIn a way. Using regular atoms you can only get a callback when they are modified, but not when they are deref'ed.You could still use regular atoms, though, with some extend-type magic. But then you risk messing with non-Cloact code in horrible ways...
Comments
In a way. Using regular atoms you can only get a callback when they are modified, but not when they are deref'ed.
You could still use regular atoms, though, with some extend-type magic. But then you risk messing with non-Cloact code in horrible ways...