Declares a route. Rendered as a child of <Routes>, where it is read for its
props — it renders nothing on its own. Mounting a <Route> registers it;
unmounting (or conditionally not rendering it) removes it, which is how routes
become dynamic without a mutable registry.
Declares a route. Rendered as a child of
<Routes>, where it is read for its props — it renders nothing on its own. Mounting a<Route>registers it; unmounting (or conditionally not rendering it) removes it, which is how routes become dynamic without a mutable registry.