`<quick-link>` navigate a page without refresh
Open
enhancement
navigation
priority: high
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Inspired from [flamethrower](https://github.com/fireship-io/flamethrower) but rather than intercepting the default *click* event handler in HTMLAnchorElement (``), you must be explicit which link that cause SPA navigation.
```html
About
About
```
No `` is necessary
> **Note**
> Using attribute `is="a-page"` is recommended than using custom tag `` because it provide fallback when the script not yet executed
> ```html
>
> ...very short content
> About
>
> ```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.