Is it possible to have multiple <Switch> in React.js?
问题 I am building a React project without Redux. I would love to have two, or in this case 3 different Switches 1st Switch will be able to Switch between Home page (normal website) and UserPage (Dashboard) when user is logged in... Then each of this will be Switchers as well, so Home will Switch among Home components, and UserPage will switch among UserPage components. Is this even possible? Main Switcher Home Page (Switch) Dashboard Home About Contact, Careers My Profile, Courses, Classes,