@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.
@pavel.klavik 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
Looks nice! I’ll keep an eye on it :) @steveb8n
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 runTried with a different shadow-cljs project and I can run it
hi
in 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