I would like to introduce halogen-router, routing management for Halogen apps. It’s my first PureScript library🎊!
Currently this library is not available via spago, but I’m waiting for The PR adding this library to the package-set is merged.
Compared to other JavaScript frontend libraries/frameworks like React or Vue.js, PureScript Halogen seems to have no out-of-the-box routing library.
There already are two great libraries for managing the routing: purescript-routing and purescript-routing-duplex, but to manage routing in halogen using these libraries, we still need to manage the subscription to the route changes and updating state holding route value by hand. So I have written my own.
To be honest, this library is just a thin adaptor between routing/routing-duplex and halogen