This plugin intercepts all local links that have not been created in React using gatsby-link
, and replaces their behavior with that of the gatsby-link
navigate
. This avoids the browser having to refresh the whole page when navigating between local pages, preserving the Single Page Application (SPA) feel.
Example use cases:
a
tags by gatsby-transformer-remark
)a
tag that has been created by a Content Management System (CMS) WYSIWYG editornpm install gatsby-plugin-catch-links
How to use
plugins: [`gatsby-plugin-catch-links`]
Plugin Options
excludePattern
[Regular Expression][optional]
Regular expression for paths to be excluded from being handled by this plugin.
{
resolve: `gatsby-plugin-catch-links`,
options: {
excludePattern: /(excluded-link|external)/,
},
},
Examples
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4