This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-22
Channels
- # announcements (4)
- # babashka (1)
- # beginners (35)
- # biff (1)
- # calva (34)
- # clj-kondo (21)
- # clojure (38)
- # clojure-europe (49)
- # clojure-norway (8)
- # clojurescript (12)
- # emacs (21)
- # events (1)
- # fulcro (16)
- # joyride (1)
- # malli (1)
- # nbb (7)
- # observability (2)
- # pathom (4)
- # polylith (6)
- # reagent (4)
- # releases (1)
- # shadow-cljs (16)
- # squint (23)
- # tools-build (7)
Is there any doc that lists all of reagent's macros?
Dunno about a deliberate page for it, but you can always just search the source for defmacro
and check out the docstrings.
Yea that's what I thought too, but I cannot find e.g. the ":f>" macro.
It's not a macro, it's a keyword. You gotta use full text search in Reagent's source code to find it. It's documented here: https://github.com/reagent-project/reagent/blob/master/doc/ReactFeatures.md#function-components