Currently those menus each either
- open a route
- open a submenu
-
- has list of routes
-
- does something more complicated
At the moment I have a SidebarController
/SidebarView
which have a ContainerView
. I currently swap out the views based on a data-view
attribute on each menu link. I use something like this to switch them out.