How does the magic of a React Router “ work internally?
React Router’s <Outlet/>
still feels like magic to me, after having used React for many years. How does it work under the hood, how does it plug in your nested routes to the right spot (under the hood, at a high level)?