awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesNavigation State Management

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.

Awesome Navigation State Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • react-community/react-navigationAvatar de react-community

    react-community/react-navigation

    24,480Ver en GitHub↗

    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.

    TypeScript
    Ver en GitHub↗24,480
  • 47ng/nuqsAvatar de 47ng

    47ng/nuqs

    10,591Ver en GitHub↗

    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.

    TypeScriptquery-paramsreactsearch-params
    Ver en GitHub↗10,591
  • thedaviddias/front-end-design-checklistAvatar de thedaviddias

    thedaviddias/Front-End-Design-Checklist

    5,214Ver en GitHub↗

    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.

    checklistfront-end-developer-toolfront-end-development
    Ver en GitHub↗5,214
  • bespokejs/bespokeAvatar de bespokejs

    bespokejs/bespoke

    4,803Ver en GitHub↗

    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.

    JavaScript
    Ver en GitHub↗4,803
  • binioter/guideviewAvatar de binIoter

    binIoter/GuideView

    3,946Ver en GitHub↗

    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.

    Java
    Ver en GitHub↗3,946
  • react-native-community/hooksAvatar de react-native-community

    react-native-community/hooks

    3,629Ver en GitHub↗

    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.

    TypeScript
    Ver en GitHub↗3,629
  • zack24q/vue-navigationAvatar de zack24q

    zack24q/vue-navigation

    1,019Ver en GitHub↗

    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.

    JavaScriptcachenavigationpage
    Ver en GitHub↗1,019
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. React Native Navigation
  5. Navigation State Management

Explorar subetiquetas

  • History Entry ReplacementsControls whether state updates replace or push browser history entries for back-button navigation. **Distinct from Navigation State Management:** Distinct from Navigation State Management: focuses on the replace-vs-push decision per state update, not managing the navigation stack structure.
  • Sequential Navigation StateManagement of the active index and transition logic for a linear sequence of content. **Distinct from Navigation State Management:** Distinct from general Navigation State Management as it specifically handles the linear index of a slide collection.
  • Visual State VerificationsChecklists for ensuring all interactive elements have defined visual styles for different user states. **Distinct from Navigation State Management:** Distinct from Navigation State Management: focuses on visual styling of interactions rather than managing the application navigation stack.