Templating engines and React.js
I want to make a shopify theme using react.
How shopify theming works
You have a bunch of template files that have access to global server-side variables with liquid e.g. {{ product.title }}
. Think wordpress or any other theme-based system.
/theme