Browser router with History API integration.
Provides navigation and URL management for single-page applications.
use presentar::browser::router::BrowserRouter; let router = BrowserRouter::new(); router.navigate("/dashboard");