hydrogen-web/src/domain/navigation
Bruno Windels 788bce7904 reduce navigation boilerplate
this makes the url router adjust the url when the navigation path is
changed, instead of doing urlRouter.applyUrl() and
urlRouter.history.pushUrl().

This history field and applyUrl method on URLRouter are now private,
as the URLRouter should only be used to generate urls you want to
put in an <a href="..."></a>, anything else should use navigator.push()
2020-10-16 12:46:14 +02:00
..
index.js more tests 2020-10-13 13:13:47 +02:00
Navigation.js reduce navigation boilerplate 2020-10-16 12:46:14 +02:00
URLRouter.js reduce navigation boilerplate 2020-10-16 12:46:14 +02:00