rgrempel / elm-route-url

Router for single-page-apps in Elm
http://package.elm-lang.org/packages/rgrempel/elm-route-url/latest
MIT License
196 stars 16 forks source link

When using the new API w/ just URL, how can I control whether a new URL results in an HTTP GET to the server? #34

Open rosensama opened 7 years ago

rosensama commented 7 years ago

Sorry if this isn't the place to ask for help. I'm trying to setup elm-route-url in a simple example app. I prefer to use "just URL" without the hash and could use some help.

How do I govern whether an UrlChange in this mode only updates locally in the browser like in an SPA or is interpreted like a normal hyperlink and results in an HTTP GET to the server?

Thanks.