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?
@nihilazo you should learn the ideas behind react, not necessarily react itself
where would be a good place to go to learn that so I can then learn cljfx?
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
reagent is a clojure wrapper over react - its docs and examples are pretty good too https://reagent-project.github.io/