Nest Route
aka Nested-Route, Nest-Routes, Nested-Routes
References
<Routes>↔ React Router FC to auto-handle multiple<Route\>, Nested Routes, etc"/whatever/*"↔ append/*to mark Nest Route witihinelementChild Component<Outlet\>↔ React Router FC to Declaratively render Child Component within Nest RouteRecursive Route↔ use Nested Routes with/*pathto set up nested link within<Route\>& allow it to return new<Route\>for Recursion