Sandro Lovnički

Results 75 comments of Sandro Lovnički

Hey @laynor :wave: This is a great question! We discussed this on Discord so I'll summarize it here for future references. This is currently achievable by subclassing `BeamerDelegate` and overriding...

Hi @lemos1235 :wave: Sorry for a late response, I somehow missed that notification. This is in fact an expected behavior. When you beam from `/books/:id` to `/books`, you are essentially...

Hey @psimoes93 :wave: This looks cool. Are you asking we add this transition to `BeamPageType` enum so it can be easily used? Even without it being implemented in Beamer, you...

@7fantasy7 Hi! The recommended way is to - use some state management for state that is not related to navigation (e.g. data for the screen) - `routeState` for simple or...

@cedvdb I like that idea, but it's a bit problematic to provide this functionality because it's hard for a guard to know what are **all** the routes in the app....

@cedvdb Yes, the end user can do that for sure. The fact is that the end user **can** do almost anything with beamer (e.g. implement fully custom guarding concept by...

@cedvdb It's convenient if user defines all routes in a central place and can do manipulation on sets of those (like you do, I suppose). Then there is no need...

> Wont that always be the case practically speaking ? Seems reasonable. I think it in fact will 🤔 Also, there is already a support for `*` wildcard and that...

Indeed, this is a bit confusing. The reason why it is optional is the usage of `BeamerLocationBuilder` where you can just specify "empty" `BeamLocation` instances and then the `BeamerLocationBuilder` will...

Hi @buzzware Thanks for creating an issue! I was just thinking about providing arbitrary redirects, intercepts, etc. and I described my idea (and limitiations of current `guards`) here: https://github.com/slovnicki/beamer/issues/369#issuecomment-906298631 I...