5 Gatsby plugins for professionals

It’s no secret that I’m a big fan of the Gatsby ecosystem. They bring value !
Here are some additional plugins you might use to enhance your great projects.
Gatsby Plugin Resolve Src
The following is self-explanatory :
import MyComponent from "components/MyComponent"
instead of :
import MyComponent from "../../components/MyComponent"
What a nice idea !
Gatsby Plugin Asset Path
By default Gatsby puts all assets to the root. This plugin allows you to reorganize all the things. You can even remove .js.map
files
Gatsby Environment Variables Plugin
Gatsby Plugin Netlify Cache
Use the power of Netlify cache to speed up your app.
Gatsby Plugin Source Custom API
sourcing data from any API and transform it into Gatsby nodes.
Major !
Gatsby Plugin Source Custom API
Gatsby Plugin Stripe
E-commerce the easy way by using the Stripe Checkout
Wrapping up
Very interesting plugins for professional projects. Give it a try. It saves time.