7 repositorios
Management of the navigation stack and history to enable seamless movement between views.
Distinct from React Native Navigation: Focuses specifically on the state of the navigation history rather than general app state or debugging.
Explore 7 awesome GitHub repositories matching part of an awesome list · Navigation State Management. Refine with filters or upvote what's useful.
React Navigation is a cross-platform routing framework and navigation library designed to synchronize routing logic and navigation flows across Android, iOS, and web platforms. It functions as a mobile app router that coordinates transitions between different application views while maintaining a consistent navigation history. The project provides a system for managing screens and navigation state in React Native applications. It enables the definition of paths and the coordination of movement between views to maintain an organized flow throughout the user experience. The framework covers br
Handles the navigation stack and history to ensure users can move back and forth between views seamlessly.
nuqs is a TypeScript library for managing React component state through the browser's URL query string. It provides a type-safe hook-based approach that synchronizes component state with the address bar, enabling shareable and bookmarkable application states. The library handles parsing and serializing URL query parameters into typed JavaScript values, supporting integers, floats, booleans, dates, and custom types with bijectivity verification. The library distinguishes itself through its comprehensive approach to URL state management, combining batch URL updates that merge multiple parameter
Controls whether URL state updates replace or push browser history entries for back-button navigation.
This project is a design-to-development handoff guide and UI design audit framework. It provides a structured collection of requirements and checklists to verify that visual assets, component architectures, and technical specifications are ready for implementation. The framework focuses on standardizing web asset management through naming conventions and format verification for images, icons, and fonts. It includes specifications for responsive web design, ensuring that mobile and tablet layouts and fluid grid systems are defined for cross-device consistency. The guide covers quality assuran
Includes a framework to verify that navigation elements have distinct styles for hover, focus, and active states.
Bespoke es un framework de presentaciones ligero en JavaScript diseñado para crear presentaciones web secuenciales. Funciona como un controlador de diapositivas basado en el DOM y un motor de navegación que gestiona la visibilidad y el estilo de los elementos HTML para crear flujos de presentación. El framework está construido sobre una arquitectura basada en plugins que permite extender el comportamiento central. Este sistema permite la inyección de lógica personalizada en el flujo de trabajo de navegación al interceptar y modificar eventos del sistema, incluyendo la capacidad de cancelar acciones específicas. El toolkit cubre la definición de elementos de contenido y la gestión de estado, utilizando selectores CSS para identificar unidades de contenido y alternando automáticamente clases según si un elemento está activo o inactivo. Rastrea la posición actual dentro de una secuencia lineal para coordinar las transiciones entre elementos.
Controls the sequence of a collection by transitioning between items and tracking the active index.
GuideView is an Android user onboarding library and UI masking framework used to create guided tours and feature tutorials. It provides utilities for identifying and visually isolating specific Android views by drawing semi-transparent overlays with highlighted holes to focus user attention. The library implements a system for chaining multiple instructional steps together, allowing for the sequencing of highlight pages in a specific order. It supports the attachment of custom text, images, or animations near highlighted views to provide instructional context. The framework manages visual tr
Manages the active step index and transition logic for a linear sequence of tutorial highlights.
This library provides a collection of reusable React hooks designed to simplify mobile development by abstracting complex native hardware interactions and system event monitoring. It enables developers to replace imperative platform-specific code with declarative functions that integrate directly into the component lifecycle, facilitating reactive state synchronization and automated resource management. The project distinguishes itself by providing specialized utilities for monitoring mobile-specific device states, such as screen orientation, keyboard visibility, and accessibility preferences
Manages navigation flows by intercepting hardware back button events and tracking application lifecycle states.
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
Manages the navigation stack and history to enable seamless movement between views and reactive state synchronization.