If render mode isn't set in the "Routes" component, theoretically it should render as static server side as same as the "App" component,what does that mean?what's its effect on other interactive components that render mode has been set explicitly? will it have a downside on them?
Is it a good choice not to specify render mode for routes?