japgolly.scalajs.react.extra
A ReusableFn from A to B, paired with a value of A.
A
B
Ideally this would be ReusableFn0[B] without needing the A (a reusable version of () => B) but the overhead to reliably create such a construct is annoyingly high and not worth it.
ReusableFn0[B]
() => B
A ReusableFn from
AtoB, paired with a value ofA.Ideally this would be
ReusableFn0[B]without needing theA(a reusable version of() => B) but the overhead to reliably create such a construct is annoyingly high and not worth it.