ClojureScript Reagent Recommendations
Comments recommend ClojureScript with libraries like Reagent, re-frame, and shadow-cljs for frontend web development as a superior alternative to plain React or JavaScript stacks, often highlighting full Clojure/ClojureScript applications.
Activity Over Time
Top Contributors
Keywords
Sample Comments
I think ClojureScript + Reagent does.
definitely try clojure. try clojurescript with shadow-cljs and reagent as well!
Take a look at Reagent (ClojureScript library) for a breath of fresh air and simplicity.
For the clout of courseCheck this out, react in clojurehttps://reagent-project.github.io/
Clojure & ClojureScript (over React)
Nice to see a full Clojure stack! React based? If so, which library did you go with? Nice work!
What's the recommended stack for doing front end development with clojure these days?
Clojurescript with re-frame is great.
Do you have any links/resources for using React with ClojureScript?
Clojure is a very pleasant language to develop in. I have found it easier to develop a JavaFX-UI program in Clojure than in Java.If you want to go the route of running a server on the user's machine and serving it through the user's browser, ClojureScript and Reagent/Re-Frame are excellent choices. Re-Frame, https://github.com/Day8/re-frame, in particular has very nice document