cljfx

https://github.com/cljfx/cljfx
Nico 2020-04-12T11:40:57.060Z

I'm interested in cljfx but I don't know react and all the tutorials seem to be oriented around already knowing react, should I learn react first before cljfx?

vlaaad 2020-04-12T11:54:05.060100Z

@nihilazo you should learn the ideas behind react, not necessarily react itself

Nico 2020-04-12T11:55:51.060500Z

where would be a good place to go to learn that so I can then learn cljfx?

victorb 2020-04-13T11:30:05.060800Z

the readme of cljfx seems to explain things good enough, you don't have to really know the ideas of react from the inside out before using cljfx

paul a 2020-04-13T15:12:50.061Z

reagent is a clojure wrapper over react - its docs and examples are pretty good too https://reagent-project.github.io/