Prompt widget for routing that renders a prompt before a route has transitioned
Open
enhancement
next
- Dominant language
- TypeScript
- Stars
- 623
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
**Enhancement**
Add a new widget that can be used to render a view before a route transition has been completed based on a predicate. The render function would receive two functions that can be used to abort or continue the route transition.
For window reload/refresh, will need to use `onbeforeunload` and this only support the native browser confirm dialog.
Contributor guide
Assessment
This issue has not been assessed yet.