Yes, it is possible to use <Switch> with <Redirect>. <Switch> will render the first <Redirect> that matches the current location, just like it does with <Route>.