Fork me on GitHub
#fulcro
<
2019-11-15
>
jorda0mega21:11:49

hi. newbie here. Experimenting with fulcro and wondering if there's a way to streamline a component declaration and the factory, or do we have to define both each time? Would implementing react hooks get rid of the need for the factory?

henrik21:11:20

Factories är sometimes superfluous like in the case of using a router, but I imagine you could write a macro that does both at the same time.

👍 4