1 مستودع
Mechanisms for distributing global routing settings and custom parsers across a component tree.
Distinct from Configuration-Driven Parsers: None of the candidates cover the distribution of routing settings via a provider in a web frontend context.
Explore 1 awesome GitHub repository matching web development · Routing Configuration Providers. Refine with filters or upvote what's useful.
Wouter is a minimalist client-side routing library for React and Preact. It uses a hook-based system to map URL paths to components, managing navigation and URL state without requiring a mandatory provider. The library is designed for cross-ecosystem compatibility between React and Preact and supports server-side rendering by accepting initial paths and search strings during markup generation. It includes a URL parameter manager for extracting dynamic path segments and query strings from the browser address bar. Capabilities include hierarchical nested routing, programmatic navigation manage
Provides a central provider to distribute global routing settings like base paths and custom parsers to all nested routes.