elm-route-url
elm-route-url copied to clipboard
Question about Location in init
Question
Is it possible to start a RouteUrl.programWithFlags app but with an init that receives Location?
It seems like it isn't possible and it's a bit inconvenient to have to wait for the first LocationChanged msg.
In the documentation there is this function for creating an app that gets Location in the init but this app does not have the delta2url function which we still need. I need both. Is that possible?