elmish / hmr

Hot Module Replacement for Elmish apps
https://elmish.github.io/hmr
Other
28 stars 8 forks source link

Shadow Program.toNavigable #9

Closed MangelMaxime closed 5 years ago

MangelMaxime commented 5 years ago

Related to https://github.com/elmish/browser/issues/14 Based on https://github.com/elmish/browser/pull/15

@et1975 With this version of Elmish.HMR the user code looks exactly the same as before but Elmish.HMR.Program.toNavigable is actually replacing Elmish.Browser.Program.toNavigable when in DEBUG mode.

As long as the user include open Elmish.HMR after open Elmish.Browser.Navigation we will shadow Program.toNavigable call.

2018-11-06 22 32 13

MangelMaxime commented 5 years ago

@et1975 Should I take your 👍 as a go to release it ? :)

et1975 commented 5 years ago

Sorry, yes!