[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 seems complex, like sockets handling.

I'll have a look at your code !

-- 
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.


[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 effect manager. What's your general approach going to be?

-- 
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.


[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 effect manager. What's your general approach going to be?

-- 
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.


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
 and
there are the elm-lang/* libraries that use effect managers (you can look
at their source code)

Another thing worth pointing out is that packages that use effects managers
cannot be published (they fall into the same category as Native usage).



On Sun, Nov 27, 2016 at 10:07 AM, clouddie 
wrote:

> 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 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.
>



-- 
There is NO FATE, we are the creators.
blog: http://damoc.ro/

-- 
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.


[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 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.