RFC: Is anyone using Waypoint without Laminar?
Waypoint currently depends on Airstream, but not on Laminar, since URL routing doesn't have much to do with the DOM, the way I'm thinking about it here.
I would like to add a few Laminar DOM helpers to Waypoint, such as the navigateTo helper from the README, but for that, I would need to make Waypoint depend on Laminar (just for those helper methods, everything else remains as-is, usable without Laminar).
I know I could make a special waypoint-laminar package for that kind of thing, but I'd rather avoid the overhead.
In response to discord : I personally, would not really even understand how to use waypoint without laminar or vice versa. I'd be happy with the dependance...
So at least you have a sample size of 1 to work with :-).