Elmish-browser implements routing and navigation for Fable apps targeting web browsers.
For more information see the docs.
paket add fable-elmish-browserIn addition to providing query parsing capabilities, this port from Elm/url-parser makes a few changes to the API:
formathas been renamedmapResultreturn type has been replaced withOptionparseHashis already provided, just pass your parser as its arg- new
parsePathworks with entire url, not just the hash portion
If you've been using Result type for other purposes, it is now available in F# 4.1 Core and is still available from Fable-PowerPack.