1.0.0 • Published 6 years ago
gatsby-concurrent-mode v1.0.0
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-modeor
npm install --save gatsby-concurrent-modeUsing gatsby-concurrent-mode
In your gatsby-config.js file add this to your plugins::
module.exports = {
plugins: ['gatsby-concurrent-mode']
};1.0.0
6 years ago