Fork me on GitHub
#reagent
<
2022-10-22
>
Hankstenberg17:10:14

Is there any doc that lists all of reagent's macros?

p-himik17:10:25

Dunno about a deliberate page for it, but you can always just search the source for defmacro and check out the docstrings.

Hankstenberg10:10:47

Yea that's what I thought too, but I cannot find e.g. the ":f>" macro.

p-himik17:10:32

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