1 repositorio
Libraries that extend routing systems to provide advanced history tracking and state management for Vue applications.
Distinct from Vue: Distinct from Vue component wrappers: focuses on routing and navigation history logic rather than wrapping UI components.
Explore 1 awesome GitHub repository matching web development · Navigation Managers. Refine with filters or upvote what's useful.
This library is a navigation manager for Vue applications that provides a stack-based history system to simulate native mobile application behavior. It functions as a router extension that tracks route transitions and maintains a chronological log of visited pages, allowing for predictable forward and backward movement within single-page applications. The project distinguishes itself by preserving component states, including scroll positions and data, during navigation. By caching these states in memory, it prevents full page re-renders when users return to previous views, ensuring that the a
Provides a navigation manager that tracks route history and caches component states to simulate native mobile application behavior.