Skip to content

davidtme/browser

 
 

Repository files navigation

Elmish-browser: browser extras for Elmish apps.

Windows Build Mono/OSX build NuGet version

Elmish-browser implements routing and navigation for Fable apps targeting web browsers.

For more information see the docs.

Installation

paket add fable-elmish-browser

Porting from previous version of the parser

In addition to providing query parsing capabilities, this port from Elm/url-parser makes a few changes to the API:

  • format has been renamed map
  • Result return type has been replaced with Option
  • parseHash is already provided, just pass your parser as its arg
  • new parsePath works 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.

About

Routing and Navigation for browser apps

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • F# 97.5%
  • Shell 1.9%
  • Batchfile 0.6%