Waypoint icon indicating copy to clipboard operation
Waypoint copied to clipboard

RFC: Is anyone using Waypoint without Laminar?

Open raquo opened this issue 2 years ago • 1 comments

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.

raquo avatar Dec 10 '23 05:12 raquo

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 :-).

Quafadas avatar May 24 '24 19:05 Quafadas