Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-concurrent-mode

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-concurrent-mode

Enable Concurrent Mode in in React for Gatsby projects.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
240
decreased by-4.76%
Maintainers
1
Weekly downloads
 
Created
Source

gatsby-concurrent-mode

About gatsby-concurrent-mode

The gatsby-concurrent-mode plugin enables Concurrent Mode in in React for Gatsby projects

This is based on Wei's blog Play with React Concurrent Mode with Your Gatsby Site with code from Fredrik Höglund

Installing gatsby-concurrent-mode

yarn add gatsby-concurrent-mode

or

npm install --save gatsby-concurrent-mode

Using gatsby-concurrent-mode

In your gatsby-config.js file add this to your plugins::

module.exports = {
  plugins: ['gatsby-concurrent-mode']
};

Keywords

FAQs

Package last updated on 04 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc