Remix is built on top of React Router v6. Here are the most common APIs that you'll use in your Remix app:
Outlet
useLocation
useNavigate
useParams
useResolvedPath
Most of the other APIs are either used internally by Remix or just aren't commonly needed in your app.