A custom Link component that uses the onNavigate function from React Router. This is needed as we can't actually use Link within Blocks as we want them to be independent of their routing implementation.
In practice, is just a wrapper around that calls onNavigate instead of letting the browser redirect, so we may as well just implement it here.
Optional
Generated using TypeDoc
A custom Link component that uses the onNavigate function from React Router. This is needed as we can't actually use Link within Blocks as we want them to be independent of their routing implementation.
In practice, is just a wrapper around that calls onNavigate instead of letting the browser redirect, so we may as well just implement it here.