This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-07
Channels
- # babashka (7)
- # beginners (218)
- # boot (1)
- # chlorine-clover (2)
- # cider (36)
- # cljsrn (8)
- # clojure (71)
- # clojure-dev (9)
- # clojure-europe (11)
- # clojure-france (1)
- # clojure-italy (5)
- # clojure-nl (5)
- # clojure-uk (24)
- # clojurescript (9)
- # conjure (16)
- # cursive (65)
- # datomic (76)
- # devcards (21)
- # emacs (1)
- # etaoin (1)
- # figwheel-main (47)
- # fulcro (37)
- # hyperfiddle (9)
- # java (2)
- # kaocha (1)
- # malli (11)
- # music (14)
- # observability (8)
- # off-topic (32)
- # re-frame (13)
- # reagent (2)
- # reitit (5)
- # ring (3)
- # shadow-cljs (40)
- # slack-help (17)
- # spacemacs (15)
- # tools-deps (5)
- # xtdb (16)
@rnait1977 if AI computation takes longer, you naturally want to move it into a web worker, so that it runs in parallel and does not block rendering. If you are using Shadow-cljs, it is relatively easy to set up your computation in web worker.
@UFHE11C83 Thank you. I'll check this out
@lucio FYI I’ve setup this repo to test/iterate on using your lib https://github.com/stevebuik/fork-malli-ideas
there is one question that came from it. if you have the time to clone/run, you’ll see in in the Bulma devcard. rendering looks funny
Getting
Could not locate shadow/cljs/devtools/cli__init.class, shadow/cljs/devtools/cli.clj or shadow/cljs/devtools/cli.cljc on classpath.
when trying to runin re-frame-10x for tracing components rendering static-fns from reagent had been monkeypatched, but in latest reagent alpha releases it was removed https://github.com/reagent-project/reagent/commit/28c9b8921df58f0cca29bf2ac1e1f4b1e8c90bc4 , are there any plans to integrate tracing in reagent ?
@andre
Thanks for the heads up. We'll have to have a look. I absolutely want to trace reagent renders. In fact, we've been doing recent work on re-frame-debux
to ensure we can better trace into view components (ie. into literal vectors) I'm not very clear on the recent Reagent changes.
We might need to delay any work on alpha Reagent until it settles down
Or maybe ask for a proper API