Link
wq’s <Link/>
component facilitates navigation between @wq/router routes. <Link/>
is formatted as a hyperlink, even when navigating to other app screens. In many cases, <ButtonLink/>
or <ListItemLink/>
may be more useful. <Link/>
should rarely be overridden.
Source
The @wq/react source code for <Link/>
is available here:
This base implementation is extended by @wq/material to integrate with @material-ui/core and react-native-paper: