How to use the gatsby-link.navigate function in gatsby-link

To help you get started, we’ve selected a few gatsby-link examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ajmalafif / netsby / src / pages / contact / index.js View on Github external
      .then(() => navigate(form.getAttribute("action")))
      .catch(error => alert(error));
github ajmalafif / netsby / src / components / Contact.js View on Github external
      .then(() => navigate(form.getAttribute("action")))
      .catch(error => alert(error));
github ajmalafif / netsby / src / pages / contact / file-upload.js View on Github external
      .then(() => navigate(form.getAttribute("action")))
      .catch(error => alert(error));
github kalwalt / gatsby-starter-i18n-bulma / src / templates / contacts.js View on Github external
      .then(() => navigate(form.getAttribute("action")))
      .catch(error => alert(error));
github v4iv / theleakycauldronblog / src / components / ContactForm / index.js View on Github external
.then(() => {
            navigate('/success')
            setSubmitting(false)
          })
          .catch(error => {

gatsby-link

An enhanced Link component for Gatsby sites with support for resource prefetching

MIT
Latest version published 3 months ago

Package Health Score

92 / 100
Full package analysis