Fork me on GitHub
#reagent
<
2015-11-02
>
ordnungswidrig15:11:35

is there any advice on using multimethods to as component function? I see it fail as soon as one defmethod returns a (type-2) fn instead of a value.

eggsyntax15:11:20

I can't answer that personally, but there was a recent SO question (with answers) on that subject; might be some useful hints there: https://stackoverflow.com/questions/33299746/why-are-multi-methods-not-working-as-functions-for-reagent-re-frame/33461346#33461346

ordnungswidrig15:11:27

I saw that but it looks like a lot of guesswork happening

mikethompson21:11:05

@eggsyntax @ordnungswidrig: I've answered that SO question