Skip to content

Latest commit

 

History

History
 
 

gatsby-plugin-preact

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

gatsby-plugin-preact

Provides drop-in support for replacing React with Preact.

While Preact doesn't provide full support for the React ecosystem, it is an intriguing option for Gatsby sites as it saves ~30kb of Javascript vs. using React.

Install

npm install --save gatsby-plugin-preact

How to use

// In your gatsby-config.js
plugins: [
  `gatsby-plugin-preact`,
]