In https://github.com/Day8/re-frame/blob/v0.7.0/src/re_frame/subs.cljs#L46 wouldn't @sub suffice instead of (reaction @@sub)?
@sub
(reaction @@sub)