Does it mean that Elm runtime creates and cancels subscriptions 
on the fly (for  every model change)?
        





On Mon, Jul 17, 2017 at 6:19 PM +0400, "Marek Fajkus" <marek....@gmail.com> 
wrote:










Sometimes you don't need subscriptions if you're in some state. For instance, 
if you have game and subscription to say mouse position you can subscribe to 
Mouse.position only when a user is in play state and avoid subscription in game 
menu.





-- 

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.






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