How to Build a Shopify App with Node and React

  Рет қаралды 182,967

ShopifyDevs

ShopifyDevs

Күн бұрын

Пікірлер: 180
@ephraimmulilo7098
@ephraimmulilo7098 4 жыл бұрын
For some reason, I decided to skip this tutorial at the start of my development journey and just brute force my way to making a Shopify app. A few weeks later I came back and finally watched the full thing and boy, most of the stuff I was struggling with are made so much easier in here. Don't skip the tutorial people.
@NajeebShaikh1010
@NajeebShaikh1010 2 жыл бұрын
Thanks for the helpful advice.
@gavinchan4627
@gavinchan4627 2 жыл бұрын
You are absolutely right 🤣
@noodlespwn42
@noodlespwn42 2 жыл бұрын
thanks for sharing!!
@eeswarb3352
@eeswarb3352 2 жыл бұрын
i am skipping for her faking a deep voice or trying to speak sexy whatever? don't know which part of US this style of speaking developed but its very irritating to listen..
@jonathangardn
@jonathangardn 4 жыл бұрын
One of the best tutorials about building Shopify Apps. The CLI looks great, the biggest struggle of setting all up it's over with this.
@SoshJam
@SoshJam Жыл бұрын
This was super helpful! I've been scratching my head trying to figure this out for ages but this is the first tutorial that's actually worked.
@Hostanajar
@Hostanajar 2 жыл бұрын
Shopify never fail to disappoint me
@iamviduranishantha
@iamviduranishantha 3 жыл бұрын
Much appreciated, this cleared most of my questions on how to start an app with react/Next with Shopify. Thanks for the great video. keep up the good work
@MKorostoff
@MKorostoff 2 жыл бұрын
Thanks Jennifer, great video. I had the time of my life and I never felt like this before.
@ringreen6165
@ringreen6165 4 жыл бұрын
Thank you for this tutorial. What's really interesting for me is the same workaround, but in TypeScript.
@l4webdesign186
@l4webdesign186 4 жыл бұрын
Such a superb tutor! Thanks for this useful and understandable tutorial
@CodeWithPaulIo
@CodeWithPaulIo 4 жыл бұрын
Really great video. The CLI is very intuitive, so useful to have a component lib too. Looking forward to building Shopify Apps.
@mmoriarty
@mmoriarty 4 жыл бұрын
What a fantastic explanation. Thank you, Jennifer!
@davidswingley9271
@davidswingley9271 2 жыл бұрын
Perfect, thank you for your clear understanding of how and where to start in my Shopify App journey.
@frankthoeny2248
@frankthoeny2248 3 жыл бұрын
I like Shopify App Bridge and Polaris when working with React pages. It's a year late, but thank you for this video.
@J-HAYER
@J-HAYER 3 жыл бұрын
Thank you for this tutorial. A TypeScript Starter Kit would be awesome!
@realyozza
@realyozza 4 жыл бұрын
Thank's for sharing this right when I needed it!
@michelkant
@michelkant 4 жыл бұрын
Great video with swift explanation on how to set up. Looking forward to more like this, for example billing. Maybe a series on building an actual app from scratch with everything included? That would really help to get a good idea 💡 on how to move forward. I'd look for intermediate coders as a target so not to spend too much time on react/node basics. Theres other channels for that. 👍 In any way, please keep going like this 👌 👌
@ProjectAutism
@ProjectAutism 3 жыл бұрын
I really enjoyed this tutorial. Thank you so much for creating this for the user community.
@billblair3155
@billblair3155 2 жыл бұрын
Hello Jennifer. Thank You, Very Much, for the video tutorial. Really appreciate. You were great, very informative and professional in Your presentation. One of the few video tutorials where the code actually worked. I think I'm in Love. Just kidding. I also read some of the comments below. While some of them were on point, requesting additional elaboration upon GraphQL requests, ..., as a teacher, I also understand the importance of staying with Your intended focus of instruction. Kindly, I humbly request, that You respond to the comments by continuing Your excellent approach to presenting the video tutorials and provide more videos related to the comments and requests below, including promises, array data extraction/manipulation and UI Development. Thanks, again, Very Much. Most respectfully submitted. P.s. You will never be able to please anyone. You're Great! Thx
@ananthvankipuram4012
@ananthvankipuram4012 4 жыл бұрын
Actually very nicely done. I had been jumping from one tutorial to another and even went down the rabbit hole of using OSISET laravel wrapper for Shopify(BIG mistake!), and finally found this gem. They should push more videos. Perhaps, another future video on a detailed how-to on Polaris and Apollo?
@miguelsolis1839
@miguelsolis1839 3 жыл бұрын
This was extremely helpful! Thank you!
@karimnaufal9792
@karimnaufal9792 3 жыл бұрын
Great video! A continuation to that tutorial would be awesome, i.e. How to connect to the GraphQL Admin API, does it have to be through getServerSideProps, or a React Context, or what?
@bokwoon
@bokwoon 2 жыл бұрын
It's so hard to tell where React ends and Shopify client libraries begin. Please focus on a version that uses plain NodeJS as well 🙌
@LawrenceTaur
@LawrenceTaur 4 жыл бұрын
That oauth flow looked effortless. We've been struggling to get our app approved with a React frontend and Dotnet Core backend, because the oauth flow works for us but doesn't work for the app approvers. Could the next video talk more about the oauth flow please?
@AmedeeBoulette
@AmedeeBoulette Жыл бұрын
Fantastic info!!! Very cool for developers….
@Martin6724
@Martin6724 4 жыл бұрын
Can we pleaseeee get a video for working with extensions, Argo, and/or the new Shopify Subscriptions API!!!
@PappenbergerApps
@PappenbergerApps 4 жыл бұрын
Great tut! Could you guys also make a video about implementing App Bridge in this kind of setup? It's difficult for many I think.
@jrwebapps2425
@jrwebapps2425 4 жыл бұрын
Hey, have you manage to find any tutorials on implementing app bridge to make app load faster? I'm struggling to find one.
@arjunkjayan2884
@arjunkjayan2884 3 жыл бұрын
very informative session, i have a query regarding the resource picker, How can we list the preselected products in the resource picker..?
@Gwibinjansagori
@Gwibinjansagori 3 жыл бұрын
This is a great video and a great start for developers, though it's really frustrating how you stop before making a graphQL request. After looking long and hard, there are no resources that show you how to make a GraphQL request within the context of the node CLI boilerplate code. It seems impossible to connect the dots of Shopify without having an in-depth understanding of exactly what is happening behind the scenes with ApolloClient, ApolloBoost and wrapping the app in a provider. I know there is a Node/React tutorial on the Shopify website but that was created before the CLI tool and the way of making graphQL requests is different. Any plans to make a video that continues with this a little bit? Also it would be really great if the boilerplate came with a few comments...
@ashutoshpawar
@ashutoshpawar 3 жыл бұрын
This is so true, I am facing the exact same issue as well. No way to figure out how to make GraphQL request here.
@boffinschist1098
@boffinschist1098 3 жыл бұрын
Not even a reply to this but replied to comments like "great video"
@jacobdavidcunningham1440
@jacobdavidcunningham1440 Жыл бұрын
2:30 rip great tutorial really thorough
@nortski78
@nortski78 2 жыл бұрын
Can we have an updated tutorial as none of this works now, half the files are missing etc
@fevicoI
@fevicoI 4 жыл бұрын
We are using a dedicated server for testing. We don't need Ngrok as it rate limits heavily and that leads to issues. How can we enable this on the 0.0.0.0 interface without breaking anything? Nice tutorial btw!
@groovebird812
@groovebird812 4 жыл бұрын
Hi, how can i handle Updates of my App? The App is live and the url's where i host the app are registered in the backend but i have to change the url if i develop locally on my computer.
@peterdaze1
@peterdaze1 4 жыл бұрын
Great tutorial Jeniffer! , question, I want to give this a try so, if I'm building a site for a client, should i use their credentials to create the Partner's account, or is it more a thing of creating the account then creating different stores for different clients and then give them the credentials for the store.
@xingyahao4106
@xingyahao4106 4 жыл бұрын
Very informative! Would CLI comes with ts and react hook optionals in the future?
@gavinchan4627
@gavinchan4627 2 жыл бұрын
Very awesome video tutorial about Shopify app dev. Shopify-CLI tool is not so friendly with windows users. 😆
@Archalia
@Archalia 3 жыл бұрын
Thank you for the video. In this case you are displaying content in the Admin dashboard of shopify, how do you add content within the storefront directly ?
@maheshmedam1672
@maheshmedam1672 4 жыл бұрын
Great Video. Just a small doubt. Once I select products like this, I would want to save them somewhere. Can you tell me how to save this ? What are the approaches ?
@vaibhavkanmeriya5515
@vaibhavkanmeriya5515 3 жыл бұрын
You can export and import this.
@karimnaufal9792
@karimnaufal9792 3 жыл бұрын
Awesome intro, thank you!
@prasheelchadotra7407
@prasheelchadotra7407 3 жыл бұрын
Ngrok not found while starting development server again what to do?
@barrettwilson4750
@barrettwilson4750 4 жыл бұрын
Amazing info! Love this.
@singhdarab
@singhdarab 3 жыл бұрын
Can you please make video on authenticating customer using API? Thanks
@omotoyosiadegbite6966
@omotoyosiadegbite6966 3 жыл бұрын
kept getting this error {The PerformanceObserver does not support buffered flag with the entryTypes argument. } pls help!!!
@GmlA632L
@GmlA632L 2 жыл бұрын
Hi, very nice tutorial Node.js, but I developer on Python, I have the question, It's the same procedure? thx.
@fevicoI
@fevicoI 4 жыл бұрын
Btw seems like ngrok tunnel is causing an issue and nothing is rendered inside the demo store. Please help. How can we bind this to 0.0.0.0 or, external IP instead?
@shibaprasaddash7324
@shibaprasaddash7324 3 жыл бұрын
Very nicely explained everything things, It will better if you will remove subtitle so that code writing also visible.
@Ember_Chefs
@Ember_Chefs 2 жыл бұрын
I got all of this part finally done but now all I see is a “no webhooks” error message when I go to the app. Any good beginner tutorials on how to fix that?
@DgeoDev
@DgeoDev 4 жыл бұрын
Great tutorial !!! but Graphql no access on theme assets :( it's not possible too create snippet in the theme obliged to additionally use shopify node api
@vjnvisakh
@vjnvisakh 4 жыл бұрын
awesome tutorial. loved it
@zacharywong5632
@zacharywong5632 2 жыл бұрын
Can this work on only on Visual Studio Code, or can it also work on Intellij.
@janelleb9691
@janelleb9691 4 жыл бұрын
This is great but how do I upload my codes to a production server? I have tried running the test app on Windows. Apologies if I sound stupid.
@vaibhavkanmeriya5515
@vaibhavkanmeriya5515 3 жыл бұрын
I also want to know this, if you got the answer plz.
@kwskyblue
@kwskyblue 3 жыл бұрын
Don't forget to install Git and add git.exe to your path or you'll get cryptic Ruby errors when trying to use Shopify Create.
@hankanguyenova1672
@hankanguyenova1672 2 жыл бұрын
Hi, I'm missing the folder pages in my project, would you know why please? Thank you
@nicholasmaniccia1005
@nicholasmaniccia1005 3 жыл бұрын
Hey the ngrok tunnel times out and doesn't update the url properly after a while. I have looked at this problem a lot and their are workarounds that don't always work and no solution. Can you guys please look at this, none of the issues opened or closed on your github solve this problem and I literally can't finish my app. I'm not experienced at all with ngrok and tunnel so I have no clue how to even solve this stuff.
@Romaintegrio
@Romaintegrio 3 жыл бұрын
Thanks a lot for the good tutorial. Could you please post tutorial about how to "shopify node deploy"?
@MEYER251189
@MEYER251189 3 жыл бұрын
Hello, i am trying to run shopify populate products and i have this error Command not allowed with current login. Please check your login details with shopify whoami. You may need to request additional permissions for this action. Somebody know how to fix this ?
@malikbrahimi7504
@malikbrahimi7504 4 жыл бұрын
Hey Jennifer, thanks for the tutorial! Why exactly do we need to use Koa when we can use the Next.js API routes?
@malikbrahimi7504
@malikbrahimi7504 4 жыл бұрын
Also is there a reason to use Next.js over CRA? I'd imagine because the app is embedded you'd want to avoid problems with the URL routing in an SPA as well as avoid issues with CORS but I'd appreciate an explanation.
@zathkal4004
@zathkal4004 3 жыл бұрын
Wow..nice one thank you (: How can I import a csv product file into such an app and filter through it with check boxes ? Thanks in advance
@sachinsarola2734
@sachinsarola2734 3 жыл бұрын
How can I store the access token in the database and if I have in database I don't want to auth so how can I skip auth process if I have access token of merchants
@fazalsandhi8399
@fazalsandhi8399 2 жыл бұрын
Hello sir/mem, is there any chance you can show us how to display app in frontend product detail page like small button or something?, i am doing a lot of R&D but not getting proper results.
@joshbedo8291
@joshbedo8291 3 жыл бұрын
@ShopifyDevs can you cover how to deploy the Next.js Polaris app to say AWS? Not finding a lot of resources
@dorjsurenenhbold6400
@dorjsurenenhbold6400 3 жыл бұрын
Hello nice video but I have a question. I am doing an app that my store user able to customize the product. So can i deploy my app at a custom domain and the user interact with it on a new page?
@rollingsoul3000
@rollingsoul3000 3 жыл бұрын
Hello, I have a question, how to change or add a new "HOST" in the ".env" file? What are the power shell or cmd commands for a new ngrok hosting address? Mine expired since i'm currently on a free plan by ngrok. Thank you for all answers.
@ryanh3457
@ryanh3457 3 жыл бұрын
How do you make a request to GraphQL?
@shadab8798
@shadab8798 2 жыл бұрын
Seems a lot has changed now and commands are working as expected like `shopify serve` is recognized. Can someone tell me any latest tutorails beginner-friendly?
@damianescobedo4143
@damianescobedo4143 4 жыл бұрын
If you having trouble while creating the app and you get the error Invalid 'subject_token' and you are using firefox use chrome to log in instead
@dusanjovanovski8752
@dusanjovanovski8752 3 жыл бұрын
Do you have any news when Polaris will be open for Angular?
@dave0811
@dave0811 2 жыл бұрын
Can I use Class components instead of React Hooks or functions?
@tiagodroppa
@tiagodroppa Жыл бұрын
The setup and start of shopify-cli is not up to date. I'd appreciate if there is newer guide
@MrHotChocolate
@MrHotChocolate 4 жыл бұрын
Great video. Will you have any videos dealing with billing and app subscriptions?
@Spectraevil
@Spectraevil 4 жыл бұрын
Can't I use the shopify cli to create normal nodejs boilerplate code? As I don't want to use react, I want to use Angular or Vuejs.
@is-sam
@is-sam 3 жыл бұрын
Can we do the same thing with Angular or is it mandatory to use React ?
@superwebdevs6427
@superwebdevs6427 4 жыл бұрын
Would it be possible to install CLI with choco package manager in future ?
@MrMarcoAlvarado
@MrMarcoAlvarado 4 жыл бұрын
Interesting tutorial! If you want to become a shopify developer, is it necessary to be good at rails, or is it sufficient to be good at node and react?
@MrMarcoAlvarado
@MrMarcoAlvarado 3 жыл бұрын
@@shopifydevs Ok, but I don't want to develop an app for myself, I want to work as a developer for whatever company. Is rails used at companies frequently, often, sometimes, sporadically!
@jacobteasley206
@jacobteasley206 3 жыл бұрын
You need to get Heroku as well to host the app.
@RaselAhmed-yo5mv
@RaselAhmed-yo5mv 3 жыл бұрын
@ShopifyDevs Is there any full tutorial of the Shopify-Node-React app?
@dave0811
@dave0811 2 жыл бұрын
I am using CLI 3, but I can't find the .env file
@VennuGopal-x4s
@VennuGopal-x4s Жыл бұрын
Can we use Vue3 instead of React here?
@novapremiumgoods623
@novapremiumgoods623 3 жыл бұрын
A little old compared to many new features introduced by shopify but still helpful.
@himbary
@himbary 4 жыл бұрын
I keep getting internal errors with the shopify CLI, I am trying to create a custom project
@josephandres4324
@josephandres4324 3 жыл бұрын
Not reloading, it could be because i'm in a Vagrant box?
@wackodreamer
@wackodreamer 4 жыл бұрын
Would anyone know how to get data from one store and transfer it to another?
@techswitch1489
@techswitch1489 2 жыл бұрын
Hi, how and where do you deploy this?
@vincentleeuwen
@vincentleeuwen 4 жыл бұрын
For me this already goes wrong in 31:53. I'd like to create a private app but it wont open in my partner dashboard...
@yarrutfranken9679
@yarrutfranken9679 2 жыл бұрын
Every tutorial is about setting up a shopify APP with personal/fake .env credentials. Please make a tutorial on how to get an app live to a custom store or public with real store variables.
@bularistech110
@bularistech110 2 жыл бұрын
please update this tutorial and guide us with more advacne content
@cmstudio8682
@cmstudio8682 4 жыл бұрын
This is insane!
@samirkhanalofficial
@samirkhanalofficial 4 жыл бұрын
will shopify come up with flutter sdk ?
@iLoveTurtlesHaha
@iLoveTurtlesHaha 3 жыл бұрын
5 mins in. Who the hell uses these packet managers? They look like stuff people used from 100 years ago. How do I do this with Npm?
@lts8683
@lts8683 3 жыл бұрын
ngrok is very slow, is there any alternative? thank you
@seangahan1298
@seangahan1298 4 жыл бұрын
Just curious if you have any extensions installed in VSCode for the shopify intellisense
@AdamTillontheWeb
@AdamTillontheWeb 4 жыл бұрын
Sean Gahan pretty sure there are some decent ones for liquid in particular
@seangahan1298
@seangahan1298 4 жыл бұрын
@@shopifydevs Thanks!
@nykroshatake5755
@nykroshatake5755 4 жыл бұрын
hello i have a problem at 25:30 when she restart the serve when i do it it didn't work I have this error that appears : Tunnel my tunnel not found, can anyone please help me ?
@pramodshehan2551
@pramodshehan2551 4 жыл бұрын
I created simple app as you mentioned. But web hooks not working. I added submit button. When clicking on it, I am getting error called "method not allowed"
@jwk05003
@jwk05003 3 жыл бұрын
Probably a CORS error
@zqlimy
@zqlimy 3 жыл бұрын
How to create discount code with free shipping and product % discount
@matteobarberis1149
@matteobarberis1149 2 жыл бұрын
can i import modules?
@ayoalabi6921
@ayoalabi6921 4 жыл бұрын
Thanks for this video, its been very helpful...m I am wondering if anyone could direct me to materials that can help me REST API calls from within the , instead of using GraphQL, I will like to also use some REST API resources that are not yet in graphql. Thank you
@jonice4229
@jonice4229 3 жыл бұрын
instead of react, how about vue?
@mgara514
@mgara514 4 жыл бұрын
Good luck if you have an SPA or a Vue app ... brace yourselves ! and also ... btw the app bridge .. relies on the postMessage() so you need to deal with the origins and cross origin policy within the iFrame ... which is not trivial .. so if one day you find my comment ... just do a SSR for your embedded app ...
@mgara514
@mgara514 4 жыл бұрын
Ive found a way to do it with a SPA. Let me know if you need help
@bennychan6263
@bennychan6263 4 жыл бұрын
@@mgara514 you can simply use Vue with CDN. It's not that difficult to use in the App frontend. My approach is to use the template render (django jinja) as usual, include Vue on the individual pages.
@ms-arif
@ms-arif 3 жыл бұрын
How can i do this for standalone app?
@andrewrico8321
@andrewrico8321 4 жыл бұрын
which vs code theme is that one?
@sayilu
@sayilu 2 жыл бұрын
some of the commands are outdated, you should use documentations for references.
@davimarra4705
@davimarra4705 3 жыл бұрын
In Minute 7:56 we hava two options, custom or public apps. But if i want to build a private app, how do i do?
@pramodyadealwis8059
@pramodyadealwis8059 3 жыл бұрын
Make it custom. Or you can do a unlisted public app.
@davimarra4705
@davimarra4705 3 жыл бұрын
@@shopifydevs Thank you for answering, i got it
Getting Started with GraphQL
34:18
ShopifyDevs
Рет қаралды 62 М.
How to make a Shopify App
13:39
Coding with Jan - Shopify Developer
Рет қаралды 98 М.
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,6 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,7 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 32 МЛН
Build Your Own Shopify App - Part 1 (Polaris)
19:21
Dev With Alex
Рет қаралды 16 М.
Shopify App Development | Using Node Template
21:41
StackWise Dev
Рет қаралды 10 М.
How to Become a Shopify Theme Developer
12:08
Code with Chris the Freelancer
Рет қаралды 36 М.
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 224 М.
Shopify App Development with Gadget.dev
10:48
WeeklyHow
Рет қаралды 1,7 М.
Built for Shopify | How to embed your app
48:00
ShopifyDevs
Рет қаралды 401
How to build an App From Scratch on Shopify | Shopify Unite 2021
13:09
Look How Easy It Is To Setup Shopify Hydrogen (React, Remix)
21:00
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,6 МЛН