Fork me on GitHub
#clojurescript
<
2020-02-23
>
pinkfrog14:02:31

just curious, how is clojureverse written? https://clojureverse.org/

Kurt Sys17:02:36

just wondering... with react hooks out some time already, what would be the most convenient cljs wrappers using react with hooks? What interests me is mainly: preferably no macro's (they tend to be some more work for automatic reloading etc during development), (very) lightweight and fast, hiccup syntax, used/tested in a real-life application and a library that is still maintained 🙂.

dominicm18:02:47

Uix or hx (or hx author's new thing)

dominicm18:02:05

Oh, and crinkle

Kurt Sys18:02:31

never heard of crinkle before... you used it?

dominicm19:02:47

A bit yeah. It had some really neat solutions on it.

Aleed21:02:07

I’d checkout #helix (successor to hx)

Aleed21:02:57

it uses macros though and doesn’t use hiccup syntax (for performance reasons)

Kurt Sys07:02:08

ok, I'll check #helix for sure... I did check hx before.

Kurt Sys17:02:16

(or stated another way: who has what experience with which cljs react+hooks wrapper?)

jmckitrick18:02:19

Is there anything like Chrome’s ‘custom formatters’ for FireFox?

Wesley Matson20:02:45

Though depending on your project/needs, you might be able to get a little relief from re-frame-10x: https://github.com/day8/re-frame-10x

jmckitrick20:02:37

Ah, yes. I’ll check that out.