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
This is a TypeScript web application and single-page application built with Angular. It serves as a full-featured blogging platform and content management system that implements professional architectural patterns for building complex user interfaces. The project functions as a REST API client that integrates with a backend service to manage users, articles, and social interactions. It includes a markdown content renderer to display formatted articles and a system for content discovery using paginated feeds and category filters. The application covers several functional domains, including us
Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features
Vue Router Citadel is a middleware-driven navigation control system for Vue Router that lets you build layered, predictable, and scalable route protection.
Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器
The main features of hezhongfeng/vue-page-stack are: Routing and Navigation.
Open-source alternatives to hezhongfeng/vue-page-stack include: flutterando/modular — Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture… gothinkster/angular-realworld-example-app — This is a TypeScript web application and single-page application built with Angular. It serves as a full-featured… zack24q/vue-navigation — This library is a navigation manager for Vue applications that provides a stack-based history system to simulate… posva/unplugin-vue-router — Next Generation file based typed routing for Vue Router. awdr74100/vite-plugin-vue-middleware — File-based navigation guards for Vue Router. remix-run/react-router — React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It…