beamer
beamer copied to clipboard
A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
**Describe the bug** A clear and concise description of what the bug is. **Beamer version: 1.5.3** **To Reproduce** Steps to reproduce the behavior: 1. Use beamer 2. Navigate to a...
**Description** When navigating from page 1 to page 2, everything goes perfectly. When navigating from page 2 to page 3, everything goes perfectly. When going back from page 3 to...
This is not a bug, but a bad behaviour IMO. On a web browser, when routing to an inexistent route, it gets redirected correctly to `notFoundRedirectNamed`, but the browser url...
**Describe the bug** I try to observer the route changes and I have to use RouteObserver which gives me to listen when the user push or pop and replacement but...
This changes introduces two new related features: - Current pinnacle page info notifications - Current pages state notifications Pinnacle page: The top level page on a beam stack. Motivation: In...
Follow up PR from this: _https://github.com/slovnicki/beamer/pull/652_ because issue still exists.