Rezact / Rezact

A JavaScript Framework/Library (call it what you want) that blends the best of svelte, solid, react, and many others.

Home Page:https://rezact.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Router onBeforeLeave Hook

zachlankton opened this issue · comments

This will provide a way to cancel navigation if a user may lose progress on their work if they navigate away, such as filling out a form

router.route.onBeforeLeave((to, from) => return false)