An open API service indexing awesome lists of open source software.

https://github.com/rnons/purescript-routing-issue-60

https://github.com/slamdata/purescript-routing/issues/60
https://github.com/rnons/purescript-routing-issue-60

Last synced: 3 months ago
JSON representation

https://github.com/slamdata/purescript-routing/issues/60

Awesome Lists containing this project

README

          

This is a reproduction of https://github.com/slamdata/purescript-routing/issues/60

Run

```
bower install
yarn install
pulp build
yarn start
```

Visit `http://localhost:8080/east` and `http://localhost:8080/west` to see it work.

What I want is `http://localhost:8080/west#abc` will render `RegionRoute West` as well.

### These are good

![east](./east.png)
![west](./west.png)

### This is not what I want

![west-with-hash](./west-with-hash.png)