pure-vue icon indicating copy to clipboard operation
pure-vue copied to clipboard

Improve setup hook turning it side-effect free

Open klarkc opened this issue 1 year ago • 2 comments

Maybe we should improve setup hook using a custom type as a free monad instead of Effect.

Free monads updates a value on each code evaluation, creating a returning final value, it seems to fit our use case.

That final value would be Either Render Binding

klarkc avatar Jul 22 '22 19:07 klarkc