gatsby-script
An enhanced script component for Gatsby sites with support for various loading strategies
Last updated 7 months ago by serhalp-netlify .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install gatsby-script 
SYNC missed versions from official npm registry.

gatsby-script

An enhanced script component for Gatsby sites with support for various loading strategies.

You do not need to install this package directly, it is available in the main Gatsby package since gatsby@4.15.0.

See the documentation for full details.

Usage

import * as React from "react"
import { Script, ScriptStrategy } from "gatsby" // Re-exported from core

const GTM = `G-XXXXXXXXXX` // Example Google Analytics 4 identifier

// Example script sources for illustration
const scripts = {
  three: "https://unpkg.com/three@0.139.1/build/three.js",
  marked: "https://cdn.jsdelivr.net/npm/marked/marked.min.js",
  gtag: `https://www.googletagmanager.com/gtag/js?id=${GTM}`,
}

// Strategy prop is optional, defaults to post-hydrate
function IndexPage() {
  return (
    <main>
      <h1>Script component example</h1>
      <Script src={scripts.three} strategy={ScriptStrategy.postHydrate} />
      <Script src={scripts.marked} strategy={ScriptStrategy.idle} />
      <Script
        src={scripts.gtag}
        strategy={ScriptStrategy.offMainThread}
        forward={[`gtag`]}
      />
      <Script id="gtag-config" strategy={ScriptStrategy.offMainThread}>
        {`
          // Example configuration of Google Analytics for use in Partytown
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments)};
          gtag('js', new Date());
          gtag('config', ${GTM}, { send_page_view: false })
        `}
      </Script>
      <Script
        id="my-unique-id"
        dangerouslySetInnerHTML={{ __html: `alert('Hello world')` }}
      />
      <Script id="my-unique-id-2">{`alert('Hello world')`}</Script>
    </main>
  )
}

export default IndexPage

Current Tags

  • 1.8.0-alpha-9689ff.25                                ...           alpha-9689ff (4 years ago)
  • 1.8.0-alpha-a5-peer.53                                ...           alpha-a5-peer (4 years ago)
  • 1.8.0-alpha-v5.26                                ...           alpha-v5 (4 years ago)
  • 2.0.0-alpha-drupal-proxyurl.14                                ...           drupal-proxyurl (3 years ago)
  • 2.15.0                                ...           latest (7 months ago)
  • 1.10.0                                ...           latest-v4 (3 years ago)
  • 2.17.0-next.0                                ...           next (4 months ago)
  • 1.8.0-alpha-preview-gh-api.26                                ...           preview-gh-api (4 years ago)
  • 2.17.0-react19.0                                ...           react19 (5 months ago)

93 Versions

  • 2.0.0-alpha-transformer-json.20740                                ...           3 years ago
  • 2.0.0-alpha-v5.d20221012t101120.57                                ...           3 years ago
  • 2.0.0-alpha-v5.d20221010t183635.51                                ...           4 years ago
  • 2.0.0-alpha-v5.d20221007t081809.41                                ...           4 years ago
  • 2.0.0-alpha-v5.d20221005t111511.35                                ...           4 years ago
  • 2.17.0-next.0                                ...           4 months ago
  • 2.17.0-react19.0                                ...           5 months ago
  • 2.15.0                                ...           7 months ago
  • 2.16.0-next.0                                ...           7 months ago
  • 2.15.0-next.0                                ...           a year ago
  • 2.14.0                                ...           a year ago
  • 2.14.0-next.1                                ...           2 years ago
  • 2.13.0                                ...           2 years ago
  • 2.14.0-next.0                                ...           2 years ago
  • 2.12.0                                ...           3 years ago
  • 2.13.0-next.0                                ...           3 years ago
  • 2.12.0-next.1                                ...           3 years ago
  • 2.11.0                                ...           3 years ago
  • 2.12.0-next.0                                ...           3 years ago
  • 2.11.0-next.1                                ...           3 years ago
  • 2.10.0                                ...           3 years ago
  • 2.11.0-next.0                                ...           3 years ago
  • 2.10.0-next.1                                ...           3 years ago
  • 2.9.0                                ...           3 years ago
  • 2.10.0-next.0                                ...           3 years ago
  • 2.9.0-next.1                                ...           3 years ago
  • 2.8.0                                ...           3 years ago
  • 2.9.0-next.0                                ...           3 years ago
  • 2.7.0                                ...           3 years ago
  • 2.8.0-next.0                                ...           3 years ago
  • 2.6.0                                ...           3 years ago
  • 2.7.0-next.0                                ...           3 years ago
  • 2.5.0                                ...           3 years ago
  • 2.6.0-next.0                                ...           3 years ago
  • 2.4.0                                ...           3 years ago
  • 2.5.0-next.0                                ...           3 years ago
  • 2.3.0                                ...           3 years ago
  • 2.4.0-next.0                                ...           3 years ago
  • 1.10.0                                ...           3 years ago
  • 2.3.0-next.2                                ...           3 years ago
  • 2.3.0-next.1                                ...           3 years ago
  • 2.2.0                                ...           3 years ago
  • 2.3.0-next.0                                ...           3 years ago
  • 2.2.0-next.1                                ...           3 years ago
  • 2.0.0-alpha-drupal-proxyurl.14                                ...           3 years ago
  • 2.1.0                                ...           3 years ago
  • 2.2.0-next.0                                ...           3 years ago
  • 2.0.0                                ...           3 years ago
  • 2.1.0-next.0                                ...           3 years ago
  • 2.0.0-next.1                                ...           3 years ago
  • 2.0.0-next.0                                ...           3 years ago
  • 2.0.0-alpha-v5.16                                ...           4 years ago
  • 1.9.0                                ...           4 years ago
  • 1.10.0-next.0                                ...           4 years ago
  • 1.9.0-next.2                                ...           4 years ago
  • 1.8.0-alpha-a5-peer.53                                ...           4 years ago
  • 1.9.0-next.1                                ...           4 years ago
  • 2.0.0-alpha-v5.26                                ...           4 years ago
  • 1.8.0                                ...           4 years ago
  • 1.8.0-alpha-preview-gh-api.26                                ...           4 years ago
  • 1.9.0-next.0                                ...           4 years ago
  • 1.8.0-alpha-v5.26                                ...           4 years ago
  • 1.8.0-alpha-9689ff.25                                ...           4 years ago
  • 1.8.0-next.1                                ...           4 years ago
  • 2.0.0-alpha-v5.25                                ...           4 years ago
  • 2.0.0-alpha-v5.24                                ...           4 years ago
  • 1.7.0                                ...           4 years ago
  • 1.8.0-next.0                                ...           4 years ago
  • 1.6.0                                ...           4 years ago
  • 1.7.0-next.1                                ...           4 years ago
  • 1.7.0-next.0                                ...           4 years ago
  • 1.6.0-next.1                                ...           4 years ago
  • 1.5.0                                ...           4 years ago
  • 1.6.0-next.0                                ...           4 years ago
  • 1.4.0                                ...           4 years ago
  • 1.5.0-next.0                                ...           4 years ago
  • 1.3.0                                ...           4 years ago
  • 1.4.0-next.2                                ...           4 years ago
  • 1.4.0-next.1                                ...           4 years ago
  • 1.4.0-next.0                                ...           4 years ago
  • 1.3.0-next.1                                ...           4 years ago
  • 1.2.0                                ...           4 years ago
  • 1.3.0-next.0                                ...           4 years ago
  • 1.1.0                                ...           4 years ago
  • 1.2.0-next.0                                ...           4 years ago
  • 1.0.1                                ...           4 years ago
  • 1.1.0-next.1                                ...           4 years ago
  • 1.0.0                                ...           4 years ago
  • 1.1.0-next.0                                ...           4 years ago
  • 1.0.0-next.3                                ...           4 years ago
  • 1.0.0-next.2                                ...           4 years ago
  • 1.0.0-next.1                                ...           4 years ago
  • 1.0.0-next.0                                ...           4 years ago
Downloads
Today 0
This Week 0
This Month 37
Last Day 0
Last Week 47
Last Month 24
Dependencies (0)
None
Dev Dependencies (7)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |