🎉 Add initial version of viewer.

This commit is contained in:
Andrey Antukh 2020-04-02 17:08:24 +02:00
parent b3e6566bd8
commit 1a3a48e4de
24 changed files with 1109 additions and 92 deletions

View file

@ -11,7 +11,9 @@
"A collection of general purpose react hooks."
(:require
[beicon.core :as rx]
[rumext.alpha :as mf]))
[goog.events :as events]
[rumext.alpha :as mf])
(:import goog.events.EventType))
(defn use-rxsub
[ob]
@ -22,4 +24,3 @@
#(rx/cancel! sub)))
#js [ob])
state))