Anmeldebedingung, wenn und sonst in Router DOM von React JSX
let redirectToUrl;
if ( not logged in ) //check condition
{
redirectToUrl = <Redirect to={loginPage}/>;
}
Faithful Flatworm