reagent/test/reagenttest
Dan Holmsand 3fca2e5d41 Make reactions async by queueing changes instead
Reactions now put themselves in a queue when they get a
callback from an atom. The queue is flushed before rendering, and
on deref on individual reactions.

This turns out to perform much better in many cases.
2015-09-30 08:56:06 +02:00
..
runtests.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testcursor.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testinterop.cljs Add obj and munging to interop 2015-09-25 11:48:50 +02:00
testratom.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testratomasync.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testreagent.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testtrack.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testwithlet.cljs Make reactions async by queueing changes instead 2015-09-30 08:56:06 +02:00
testwrap.cljs Make reaction notify only when it actually changes 2015-09-11 20:37:23 +02:00