This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-18
Channels
- # announcements (1)
- # asami (2)
- # babashka (21)
- # beginners (23)
- # cider (5)
- # clj-kondo (10)
- # clojure (31)
- # clojure-europe (3)
- # clojure-nl (1)
- # clojurescript (47)
- # deps-new (1)
- # figwheel-main (7)
- # fulcro (7)
- # gratitude (1)
- # jobs-discuss (2)
- # lein-figwheel (1)
- # lsp (5)
- # off-topic (11)
- # pathom (5)
- # re-frame (1)
- # react (5)
- # reagent (4)
- # releases (1)
- # shadow-cljs (63)
- # tools-deps (16)
- # xtdb (26)
I've published https://github.com/lilactown/helix/, a library for using React with ClojureScript, that contains a few bug fixes:
## Fixed
- Fix invalid hooks check when hooks appear inside literals, i.e. (when x [(use-foo)])
- Fix recursive calls to components wrapped in HOC
- Detect hooks inside of JS literals
Please follow up in #helix with any questions or comments!