I just wanted to give the addon a try, but I noticed it doesn't use the Rou

I just wanted to give the addon a try, but I noticed it doesn’t use the RouterLayout/Routes like the other addons but uses it’s own container management.

Am I right or do I miss something?

In each MenuItem, you can configure a Command and do whatever you want in there, like invoking a navigation with UI:

new MenuItem("User Management", () -> UI.getCurrent().navigate("users"))

But we’ve created [an enhancement issue in GitHub]
(https://github.com/FlowingCode/AppLayoutAddon/issues/35) to add support for vaadin-router. Please follow the issue to get updates, and thanks for the feedback!