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 witihinelement
Child Component<Outlet\>
↔ React Router FC to Declaratively render Child Component within Nest RouteRecursive Route
↔ use Nested Routes with/*
path
to set up nested link within<Route\>
& allow it to return new<Route\>
for Recursion