Re: [elm-discuss] Re: Elm as templating engine

2017-09-05 Thread Birowsky
Yap, that's the route I took. If you don't hear back from me, it means Google has not complained :} -- 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

Re: [elm-discuss] Elm with one message

2017-09-05 Thread Peter Damoc
On Tue, Sep 5, 2017 at 10:02 AM, Vlad GURDIGA wrote: > In my app I have a large data entry form where initial fields determine > which subsequent fields will be. It’s my understanding that every change to > the model should be its own message. So far I have 50 fields in total

Re: [elm-discuss] Elm with one message

2017-09-05 Thread Vlad GURDIGA
So… 樂 I’m adding adding a couple of buttons this morning, and I feel I’m worried about that thing that Peter mentioned : Whenever I have an onClick with a callback instead of message I basically pre-compute the after-click