@@nextentrepreneur9288 lol whole Tailwind community is basically circle jerking club 😃 Also, Tailwind is absolutely disgusting, I hate it so much (and have to use it for almost 3 years now)
You don't know how much confidence you gave me. Just from this one video, I got a solid idea of how to create a custom Shopify theme with Shopify GraphQL API. I can't give you thank enough.
I had no idea this video would be so full of content!! Thanks for the amazing Content! and your teaching style is really simple and easy to follow along for us.🙌
@Tailwind Labs ...wondering if you plan to update this video to Next js13 or make a more comprehensive tutorial? BTW, FYI, the link to the demo site is broken.
Hey! In your Shopify store, under the "apps" menu, there is a "manage private apps" at the bottom. In there, you can find both the access token and the API URL!
Rode VideoMic NTG - absolutely love it 🙏 But the secret here to have it off-camera is not the mic itself, it's the moving blankets on the walls and the carpet I added to absorb all the room reverb 👍
Good question - no real need for the homepage, but on the single product page, the "buy now" button sends a mutation to the GraphQL API from the browser, that's the only place it's actually needed!
This is more of a reference for troubleshooting your own app vs. a proper tutorial as too many key steps are left out. You could make do scraping the structures from their demo site, but you'd better reference other projects if you're actually looking to build a demo. Shame he didn't just use their demo UI elements to build this vs. trying to push paid options...trying to build a demo here. If I was selling it, I'd pay for your really pricey UI kit there TW.....
Just a framework example and not bad. Never worked with it but I think its the right thing to start your online business. What are you using for this usecase?
I'm getting a FetchError: invalid json response body at xxxMY-SHOPIFY-DOMAINxxx reason: unexpected end of JSON input. This is really busting my head sinds I can't solve this even other people have looked at the code and can't seem to find the reason. Any idea or workaround for this?
This actually taught me GraphQL better than any Shopify videos I watched.
Learning GraphQL by watching Shopify and Tailwind videos? Genius.
Shopify tutorials generally suck lol
@@DaviAreias they do!
@@Ss-zg3yj This! You read so muxh nonsense in the yt comments just to shamelessly please the channel owner and get likes
@@nextentrepreneur9288 lol whole Tailwind community is basically circle jerking club 😃 Also, Tailwind is absolutely disgusting, I hate it so much (and have to use it for almost 3 years now)
You don't know how much confidence you gave me. Just from this one video, I got a solid idea of how to create a custom Shopify theme with Shopify GraphQL API.
I can't give you thank enough.
This is awesome to hear! Wishing you the best with your idea 👊
I'm here mainly for Simon's introduction fade outro.
Lol I definitely FADED after recording that marathon video, I was toast 😅
Love these longer form videos. Very informative watching the (pseudo) workflow of someone who is more experienced in working with these technologies.
Gotta love those hidden sound effects. Epic video, thanks
Heh they're a lot of fun to add when editing 😅
Would love to see a Nuxt/Vue 3 implementation with Shopify/Swell as well :)
+100
Nuxt Yes !
Just brilliant. You covered and explained a plethora of tech there with a real world example with ease and superb clarity.
10:57
i looked at my phone, i looked at my desktop. was convinced i'm haunted before i replayed the video...
Haha the magic "getStaticProps" delivery from the left side of the brain
I thought the google assistant on my phone acquired consicousness and started AI revolution haha
Perfect timing, I just started a project using this stack.
Haha that's awesome! I'd love to see what you come up with 🎉
I feel like this left me with more questions than answers.
Amazing video...hope to see more advance Shopify and tailwind tutorials
I had no idea this video would be so full of content!!
Thanks for the amazing Content! and your teaching style is really simple and easy to follow along for us.🙌
Thanks Yash!
15:55 I think all UA-cam tutorial videos should do this lol
Thank you for the fantastic content!
It would be amazing to have an update on this including how to manage customers accounts in a headless way (login, logout, see order info...)
How did you get to the graphql api? that bit of info would have been helpful.
I know every stack in this video but still enjoy watching it.
Nice person, tailwind lucky for having him 15:57
This is so great. Thank you
21:05 - Here we go!
Wow.. Such a good video. Definitely subscribed 👌
Thank you! 🙏
Bro I really do appreciate you for this help, Thanks! I subscribed and Liked the video.
Lemme know when a NuxtJs tutorial is available
Thank you so much. I really needed a starter guide
Possible to share this code for a starting point?
@Tailwind Labs
...wondering if you plan to update this video to Next js13 or make a more comprehensive tutorial? BTW, FYI, the link to the demo site is broken.
Une suite avec hydrogen remix would be cool
Simply an amazing video
really needed this thanks!
where did you get the API_URL from? it didnt work for me when I changed it to fit my store name
The demo url is missing???
Can you guys make a tutorial on the animated code block on tailwind home page?
Learned a lot with this one. Thanks.
Was the checkout page already implemented or does Shopify handles that through the link returned from the GQL query?
the demo link is broken
Amazing tutorial, thank you very much!
i love tailwind css!!!. i found no reason to not to use it. why using MUI or any other component based library when you have to customize it anyway.
I love soft soft so so so so much!
Hi Simon where is the process of getting the Access Token?
Hey! In your Shopify store, under the "apps" menu, there is a "manage private apps" at the bottom. In there, you can find both the access token and the API URL!
amazing stuff!
Very well done, keep it up!
Isn't easier to map the response from GraphQL to a FE model and use it instead? I'm thinking that a slight change in BE response will break the FE.
AMAZING, thanks. 🤞🏻
transformedSrc is deprecated ??
this is good tutorial
This is beautiful. Why would you ever want to live in a #NoCode world?
Nice one guys
code repository please?
Amazing Video so far
Hi
Can make a video using sass?
I'm a lot of problems using Tailwind on my nextjs project with sass
Can we not use the graphql api url ?
How do we go about getting a confirmation response once the checkout is completed?
Can you please tell me the name of the font you are using here?
This is perfect
hey Simon what microphone are you using?
Rode VideoMic NTG - absolutely love it 🙏 But the secret here to have it off-camera is not the mic itself, it's the moving blankets on the walls and the carpet I added to absorb all the room reverb 👍
what's the music? love it at 18:30
how can i integrate printful with next.js and shopify storefront
amazing!
Hi Simon! how did you get the shopify API path?
See my comment just above 👍
@@simonswiss where?
don't we have a rest api for storefront API
what's your font in vs code ?
awesome
Goddamit youtube, why can I give only 1 like?
Just curious if it is also possible to build headless checkout with Shopify. Any idea?
Not possible at the moment.
yep, with stripe as the payment processor, there are a bunch of them as a service
does anyone know can you go from development to live website what are the steps?
Why do you need the env vars to be public if they are only used at build time?
Good question - no real need for the homepage, but on the single product page, the "buy now" button sends a mutation to the GraphQL API from the browser, that's the only place it's actually needed!
This is magic!! Thx for your passion. Are you fasten your videos?
I speed up a few typing sections in this video, yeah. But most of it is just very tightly edited, not fast-forwarded!
@@simonswiss Very good. I have to be much better i think ;)
Is this a secure option?
is there any way to handle checkout custom not redirect weburl to shopify website
same couldn't find much. did you find a solution to this?
what theme are you using ???
Night Owl by Sarah Drasner 👍
I'm not sure how you deal with that font in your IDE thats used for your classes. The lord is testing me lol
No cart?
can we get the source code for the project?
Probably not because tailwind ui is a payed service
The url seems not working.
thats VSCode but whats the theme used?
Night Owl!
anybody knows what's the font name used in his IDE?
Fira code?
Dank Mono!
Can you please share your before theme, font and settings?
more for next.js
Where do you get the api url???????
half-baked tutorials are always my favourite
this react tutorial actually
Thanks for &middle;
This is more of a reference for troubleshooting your own app vs. a proper tutorial as too many key steps are left out. You could make do scraping the structures from their demo site, but you'd better reference other projects if you're actually looking to build a demo. Shame he didn't just use their demo UI elements to build this vs. trying to push paid options...trying to build a demo here. If I was selling it, I'd pay for your really pricey UI kit there TW.....
Tailwind UI extremely poor support for Next JS
you have a french accent no ? ^^
Came here looking for a solution for actual related products functionality.... this is just mocking it up, right?
Did you ever figure out how to do related products? I'm building a store right now and would like to add that functionality to the wabsite.
my eyes hurt ong
Sponsored by Shopify?!
Just a framework example and not bad. Never worked with it but I think its the right thing to start your online business. What are you using for this usecase?
Not even 😅
I'm getting a FetchError: invalid json response body at xxxMY-SHOPIFY-DOMAINxxx reason: unexpected end of JSON input. This is really busting my head sinds I can't solve this even other people have looked at the code and can't seem to find the reason. Any idea or workaround for this?
Having some strange issues as well, I wonder if it has something to do with the release of Hydrogen, will go that route instead
which theme and font you're using???
Inter is the font