DEV Community

Discussion on: Is GatsbyJS The Best Framework For Building Static Websites? What Are The Other Alternatives?

Collapse
 
drdougtheman profile image
drdougtheman

You can't use Gatsby for a web store? I'm getting confused with what would be a static or dynamic page.

Collapse
 
brentrobbins profile image
Brent Robbins

You can definitely use Gatsby for e-commerce. I have used Snipcart for a simple store, but I have seen a ton of Gatsby sites using Shopify.

Also with Gatsby you can mix static and dynamite content on a page or have dynamic routes along with the static ‘normal’ pages. Gatsby is super flexible and powerful.

Collapse
 
lucis profile image
Lucis

You can have dynamic code inside. For stores I prefer Next.js.