Merge branch 'master' of github.com:aaronc/freactive

This commit is contained in:
Aaron Craelius 2014-11-21 17:36:20 -05:00
commit 6b7c658805

View file

@ -198,9 +198,9 @@ It should be noted that the `items-view` will be orthogonal to the other functio
Reactive expressions can be hard to debug - sometimes we notice that something should be getting invalidated that isn't or it seems like something is getting updated too often.
The `rx-debug` macro can be placed around the initialization of any `rx`:
The `debug-rx` macro can be placed around the initialization of any `rx`:
```clojure
(rx-debug (rx (str @n)))
(debug-rx (rx (str @n)))
```
and you should seeing verbose debug statements corresponding to: