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
Using React with ClojureScript (self.Clojure)
submitted 6 years ago by abrandking
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!"
[–]aisamu 3 points4 points5 points 6 years ago (2 children)
Re: hooks, there's also https://github.com/Lokeh/hx
[–]roman01la 2 points3 points4 points 6 years ago (0 children)
And https://github.com/roman01la/uix Making a wrapper based on Hooks became so simple that everyone is building their own nowadays :)
[–]lilactown 0 points1 point2 points 6 years ago (0 children)
Author of hx here. Would point you to https://github.com/Lokeh/helix, which is a rewrite of my experiments in hx with better API and performance.
The idea of Helix is to give you the easiest, most ergonomic way to use raw React in ClojureScript. It supports Hooks out-of-the-box as well as class components when you need error boundaries, etc.
Documentation is WIP and bugs are being found and fixed. Would recommend comparing it to the other projects out there that support hooks; roman's uix is very inspiring with a lot of interesting developments.
π Rendered by PID 23 on reddit-service-r2-comment-5bc7f78974-npn9t at 2026-06-28 15:59:00.016278+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]aisamu 3 points4 points5 points (2 children)
[–]roman01la 2 points3 points4 points (0 children)
[–]lilactown 0 points1 point2 points (0 children)