Results 44 comments of Frozenlock

Just learned about `requestidlecallback` from the video linked here : https://reactjs.org/blog/2018/03/01/sneak-peek-beyond-react-16.html Perhaps there's something that can be done with it?

@retrogradeorbit I faced the same issue recently. If you want to use a non-lazy cursor, you can always make one with [Entanglement](https://github.com/Frozenlock/entanglement) the same exact way you would with Reagent....

#80 was closed, but can the JVM server adapters also be used as clients? Much of the client code looks `cljs` only.

~~I try to use as little ratoms as possible, _mainly to keep things simple_. However, I won't shy away from spinning new ones to keep local component states. And while...

@mike-thompson-day8 You are right, my bad. I read the entire thing, but I somehow got the idea it was about performance and not just architecture. For something more dynamic than...

Cryogen seems to be the best solution so far, considering that `Reagent` itself is using Leiningen. I would also add that being able to run locally, without any other dependency,...

I played around for a while in Cryogen, but quickly faced limitations. (Cryogen's documentation website itself is using a custom version of Cryogen.) It looks great for blogs, but doesn't...

@malcolmsparks I'm upgrading from 1.2x and it seems that using "#/" no longer works. (At least in cljs) You can try with this simple exemple: ``` clj ;; same example...

I also tested in Clojure and I get the same result.

Any update? Coding around is quite trivial, but I'd still like to know if this will be permanent.