You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
The https://vaadin.com/docs/v14/flow/routing/tutorial-routing-lifecycle.html#rerouting docs doesn't help: the docs for forward and rerouteTo are almost identical.
The
BeforeEnterEvent
's javadoc doesn't explain the difference at all also:rerouteTo()
: Reroutes the navigation to show the given component instead of the component that is currently about to be displayed.forwardTo()
: Forward the navigation to show the given component instead of the component that is currently about to be displayed.The same thing, just 'forward' instead of 'reroutes'.
Update the documentation to mention the difference between the two.
The text was updated successfully, but these errors were encountered: