# Make your Gatsby site faster with Preact.
Preact is a small alternative to React with the same API.
Preact will reduce the bundle size by ~30kb on the network and ~24kb during parse/compile time.
This recipe:
---
Installs the necessary NPM packages.
---
Adds the Preact plugin to your Gatsby config. It will setup the correct configuration, which will let gatsby use Preact instead of React.
---
Once you install this recipe, your site will be faster than ever!