DEV Community

Discussion on: Building Shopify themes with Tailwind CSS

Collapse
 
dnirns profile image
dnirns

Nice, have been looking into something like this for an upcoming project, some useful info in here.

I was wondering, do you know of any ways to use React for a shopify theme with their theme-kit? The documentation I’ve been going through so far hasn’t been that useful for what I’m hoping to do. Perhaps this will end up being an easier approach for me to take?

Collapse
 
wearethreebears profile image
Liam Hall

So I use Vue rather than React but I’m planning on doing a little walk through - It’ll be a similar process to this and you could definitely use the same approach for React. Once you’re working locally with Theme Kit you can treat it almost like any other project, just install React via npm and get a build tool like Webpack etc up. I think the Vue walk through I’m planning to do should be easily transferable to React.

Collapse
 
dnirns profile image
dnirns

Oh amazing, thanks. I’ll definitely keep an eye out for that, look forward to it! 🤘🏻