Use a modal only when focus matters
A modal interrupts the current page, so reserve it for actions that benefit from focused attention. Simple navigation or long content usually belongs on a normal route instead.
Dialogs need a clear title, a direct next action, a safe cancellation path, focus containment, Escape handling, and focus restoration after closing.