DEV Community

Chris Frewin
Chris Frewin

Posted on

A Detailed Tutorial: Shopify’s Storefront API + React + Redux

This is a tutorial I wrote over the summer, and while the steps and changes were implemented on my own e-commerce site, I finally finished (just yesterday!) the boilerplate code repository that includes all the steps in the tutorial.

This tutorial is about leveraging Redux so that you can put checkout and product components from the Shopify storefront API anywhere, on any page of an e-commerce site easily, without having to pass event handlers and parts of state all around to children components and so on.

The tutorial can be found on our Medium publication, the Siren Apparel Press.

Top comments (0)