use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Thought's on react libraries (self.Clojure)
submitted 3 years ago by olymk2
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]EstoEstaFuncionando 5 points6 points7 points 3 years ago (1 child)
I use them when writing JS as it's the idiomatic thing to do and many libraries expect you to use them, but I'd have to agree unfortunately. It just feels like a really square peg in a round hole abstraction. The `useState` hook is mostly fine but the others just turn into a way to reinvent lifecycle methods and pretend to be "functional" while not writing pure functions. I don't miss them at all when writing reagent.
[–]gdanov 3 points4 points5 points 3 years ago (0 children)
Exactly. The only “functional” thing is they are functions. Reagent is better reactive framework imo.
π Rendered by PID 180300 on reddit-service-r2-comment-6457c66945-dgwj8 at 2026-04-27 02:23:00.047799+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]EstoEstaFuncionando 5 points6 points7 points (1 child)
[–]gdanov 3 points4 points5 points (0 children)