gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.3k stars 10.31k forks source link

[docs][guides] New Reference Guide on working with WooCommerce #20222

Closed AishaBlake closed 4 years ago

AishaBlake commented 4 years ago

Summary

As part of the ongoing effort to improve on the top 25 learning workflows identified in #13708, we'd like to add a Reference Guide on working with WooCommerce in Gatsby. This will be one of several guides added as part of the e-commerce workflow.

Some recommended topics to cover:

Motivation

The ability to build e-commerce sites with Gatsby gives developers (and business owners) a lot of flexibility. We'd like to provide a starting point for folks using some of the most popular e-commerce tools.

Steps to resolve this issue

Draft the doc

Open a pull request

TylerBarnes commented 4 years ago

Great idea! Heads up that there will be a new major version of gatsby-source-wordpress coming out in the new year and that will likely change what the best way to use Woo with Gatsby is. https://github.com/gatsbyjs/gatsby/issues/19292

Most likely once we have the new source plugin, using the wp-graphql-woocommerce plugin will be the way to go. We've been talking about making a Woo theme for the new source plugin as well!