3noch/reflex-dom-nested-routing

Get rid of TemplateHaskell for cross-compilation

dfordivam opened this issue · 2 comments

One way is to drop uri-bytestring dependency and use network-uri instead.
here is a PR where this is done.
gonimo/gonimo@21b5db9

If this idea is ok, I can try to send a PR!

on a related note; have you ever tried any routing on android? does the back button work?

and iphone doesnt have a back button, what to do in this case...

3noch commented

Even better would be to do #1 and use Reflex-DOM's newer Location stuff.