Fork me on GitHub
#missionary
<
2021-06-16
>
denik19:06:35

has anyone made a reagent-like (in terms of API) reactive view library using #missionary?

leonoel20:06:47

We're currently working on a reactive dialect of clojure, close to reagent style, and also a UI library on top of it, however it's still experimental and not yet public.

🤯 3
denik16:06:39

would it be embedded in clojure or a different language?

leonoel19:06:57

embedded. seamless interop with clojure is an explicit goal, and the reactive language itself is a superset of clojure so in theory you could leverage all of it, including macros

🚀 2
denik20:06:57

sign me up

leonoel20:06:51

This use case was the original motivation of the project, actually.