[elm-discuss] Re: Using Navigation - is Events.onWithOptions required?

2016-11-25 Thread Simon
You should read https://groups.google.com/forum/#!topic/elm-discuss/KacB1VqkVJg too There are clearly 2 ways to achieve the same goal. Brian's is the one you get to if you build up from just the Basics library, while you might go Wouter's way if you bake in the Navigation library from the

[elm-discuss] Re: Using Navigation - is Events.onWithOptions required?

2016-11-25 Thread OvermindDL1
I actually prefer to have anchor tags around the document but have a top level catch that stops page movements to url's I whitelist and instead just redirects navigation (which then updates other parts of the app), seems the most simple, but it is definitely not wrapped up in an easy way in elm

[elm-discuss] Re: Using Navigation - is Events.onWithOptions required?

2016-11-23 Thread Wouter In t Velt
Op woensdag 23 november 2016 23:52:54 UTC+1 schreef Brian Marick: > > So I suspect I’m doing something wrong. Am I? > Not wrong, I guess, but it is kind of a peculiar setup. I also use elm-lang/navigation, and never ran into this issue. After checking my code: - Either I use an `a [ href