[elm-discuss] Documentation on Effects Managers

2016-11-27 Thread clouddie
Hi, I would like to implement optimistic UI in an Elm App, and would like lower details to be managed by an Effects manager. Could you point me to any good link on this ? Thé official document is almost non-existent. Thanks -- You received this message because you are subscribed to the Google G

Re: [elm-discuss] Documentation on Effects Managers

2016-11-27 Thread Peter Damoc
What is the actual problem that motivated you to want to use an Effects manager? There are no good links on Effects managers as this technology is not yet mature enough for public consumption. This is also the reason why there is no official documentation on this. There is this article

[elm-discuss] Re: How to use Navigation library

2016-11-27 Thread Simon
Erik, thanks so much. I now understand everything. What had confused me was the example in the Navigation library. Because that uses hash-routing , it can work with anchors and not need to create Messages and use preventdefault. I had inferred too much form that about how to work with ordinary l

[elm-discuss] Re: How to use Navigation library

2016-11-27 Thread Wouter In t Velt
Thanks Erik, I think I got it. In case of not found, I prefer the not found message over not found page. With your explanations in this thread, I'll probably be able to do that. If not, I'll be back here :) -- You received this message because you are subscribed to the Google Groups "Elm Discuss

[elm-discuss] Documentation on Effects Managers

2016-11-27 Thread Oliver Searle-Barnes
Hey cloudie, I started a project yesterday for adding optimistic ui on too of elm-phoenix. It's very much a sketch at the moment (although working at least), you can take a look at https://github.com/opsb/elm-optimist/tree/initial-example?files=1. I'm curious what you've got in mind with the ef

[elm-discuss] Documentation on Effects Managers

2016-11-27 Thread Oliver Searle-Barnes
Hey cloudie, I started a project yesterday for adding optimistic ui on too of elm-phoenix. It's very much a sketch at the moment (although working at least), you can take a look at https://github.com/opsb/elm-optimist/tree/initial-example?files=1. I'm curious what you've got in mind with the ef

Re: [elm-discuss] Re: Elm's SSCCEs

2016-11-27 Thread John Orford
I really loved that talk - thanks for reminding me : ) On Thu, 3 Nov 2016 at 19:30 Jacek Panasiuk wrote: > I think Jamison Dance gives great concrete examples in his talk from React > Conf https://youtu.be/txxKx_I39a8?t=9m45s > As for JS's shortcomings... there is no shortage of those: > https:/

Re: [elm-discuss] Re: Elm-discuss admin help?

2016-11-27 Thread Duane Johnson
Great, thanks! On Fri, Nov 25, 2016 at 8:42 PM, Brian Hicks wrote: > Hey, Evan just added me and Noah Hall as moderators as well. I'll try and > make a habit of clearing the queue at least on weekday mornings, US Central > Time. > > -- > You received this message because you are subscribed to th

Re: [elm-discuss] What is the motivation for using google groups?

2016-11-27 Thread W. Brian Gourlie
I agree for all the same reasons, and I'll add that threaded discussions go off-topic quickly and can be hard to follow. Someone asked about migration from google-groups to discourse; Some cursory searching shows that it's possible, however, google groups doesn't have an export mechanism so i

[elm-discuss] Documentation on Effects Managers

2016-11-27 Thread clouddie
Hi, thanks both of you for your answers. Maybe effect managers are not the best tool, what I thought was that while the user is typing (like on Google docs), http post requests are sent to the server, without blocking user interaction, except when there is an error on the server...It just seem