glennsl / browser

Routing and Navigation for browser apps

Home Page:https://fable-elmish.github.io/browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://fable-elmish.github.io/browser

License:Other


Languages

Language:F# 97.4%Language:Shell 2.0%Language:Batchfile 0.6%