Explore Navigo routing patterns
masterNavigo provides several routing modes and patterns. You can find source code examples for the following implementations in the examples/ directory:
- Basic routing (with full page reload): Standard routing behavior.
- Basic routing (SPA experience): Single Page Application style routing.
- Using regular expressions: Routing using RegExp patterns.
- Node: Usage within a Node.js environment.
- Routing based on the hash in the URL: Using the URL hash for navigation.
- Mixed routing: Combining absolute URL navigation with hash-based navigation.
- Custom selector: Implementing custom logic for route selection.