Route Show/Hide etc Options for NodeJS SPA

I suppose that you use the new view component now? The view component does work very different then the route component, it doesn’t show/hide its content. You probably want to listen to the load event, it is triggered each time new content is loaded for the view.

1 Like