🧭Vue Router-like APIFamiliar primitives like createRouter, RouterLink, RouterView, useRouter, and useRoute.
🛡️Full Guard PipelineGlobal guards, route-level beforeEnter, and component guard hooks for robust navigation control.
🧩Dynamic Route ManagementAdd routes at runtime with addRoute/hasRoute/resolve and build metadata-driven experiences.
⚙️TypeScript FirstStrong typings for RouteConfig, RouterInstance, and RouteLocation make large apps safer.
🔁Multiple History ModesChoose createWebHashHistory, createWebHistory, or createMemoryHistory for your runtime needs.
🚀Migration FriendlyWorks well for teams moving from Vue Router concepts to React without losing ergonomics.