On Thursday, August 24, 2017 at 8:47:24 AM UTC+1, Peter Damoc wrote:
>
> Without  using Cmds and/or Subs it is an interesting approach if you use 
> it for managing very small bits of state (the open/close status of a 
> dropdown) but I'm afraid that it might bring performance problems if you 
> use it for the entirety of the app. 
> You basically have to computer all the possible future states of the app. 
>

Not so sure about that, as the callbacks seem to only be invoked in 
continuations?:

Temei.view data.temei (\v -> c { data | temei = v })


-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to