There is no reason to require a "View" for router when the only requirement is that whatever is navigated to should contain getElement(). By relaxing the requirement to HasElement you can use a Component directly as a navigation target and only use View if you want View events
There is no reason to require a "View" for router when the only requirement is that whatever is navigated to should contain
getElement(). By relaxing the requirement to HasElement you can use a Component directly as a navigation target and only use View if you want View events