Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-fastclick

Make your Gatsby app more responsive on touch devices with Fastclick.

Usage

In your gatsby-config.js, add:

module.exports = {
	plugins: [
		'gatsby-plugin-fastclick'
	]
}
© 2023 Gatsby, Inc.