To protect routes in React Router, you can use a higher-order component (HOC) to wrap the <Route> component. This HOC can check for authentication and conditionally render the route or redirect to a login page.