vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
676 stars 36 forks source link

Krell main element mounts immediately, but REPL takes longer #19

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

Should investigate why the REPL takes so much longer to connect than displaying the Krell app root. If the Krell app root appears that means goog.require etc. is all available.

swannodette commented 4 years ago

fixed upstream, ClojureScript was transpiling GCL libraries every time instead of using the cached results.