You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :-).
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.
The text was updated successfully, but these errors were encountered: