How to Build a Shopify App with Node and React

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 180

  • @ephraimmulilo7098
    @ephraimmulilo7098 4 роки тому +179

    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 3 роки тому

      Thanks for the helpful advice.

    • @gavinchan4627
      @gavinchan4627 2 роки тому

      You are absolutely right 🤣

    • @noodlespwn42
      @noodlespwn42 2 роки тому

      thanks for sharing!!

    • @eeswarb3352
      @eeswarb3352 2 роки тому +1

      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 роки тому +30

    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.

  • @Hostanajar
    @Hostanajar 2 роки тому +3

    Shopify never fail to disappoint me

  • @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.

  • @iamviduranishantha
    @iamviduranishantha 3 роки тому +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 3 роки тому +1

    Thanks Jennifer, great video. I had the time of my life and I never felt like this before.

  • @l4webdesign186
    @l4webdesign186 4 роки тому +4

    Such a superb tutor! Thanks for this useful and understandable tutorial

  • @CodeWithPaulIo
    @CodeWithPaulIo 4 роки тому +1

    Really great video. The CLI is very intuitive, so useful to have a component lib too. Looking forward to building Shopify Apps.

  • @ringreen6165
    @ringreen6165 4 роки тому +4

    Thank you for this tutorial. What's really interesting for me is the same workaround, but in TypeScript.

  • @karimnaufal9792
    @karimnaufal9792 3 роки тому +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?

  • @mmoriarty
    @mmoriarty 4 роки тому +5

    What a fantastic explanation. Thank you, Jennifer!

  • @J-HAYER
    @J-HAYER 3 роки тому +2

    Thank you for this tutorial. A TypeScript Starter Kit would be awesome!

  • @realyozza
    @realyozza 4 роки тому +2

    Thank's for sharing this right when I needed it!

  • @PappenbergerApps
    @PappenbergerApps 4 роки тому +3

    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.

  • @davidswingley9271
    @davidswingley9271 2 роки тому

    Perfect, thank you for your clear understanding of how and where to start in my Shopify App journey.

  • @ananthvankipuram4012
    @ananthvankipuram4012 4 роки тому +1

    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?

  • @LawrenceTaur
    @LawrenceTaur 4 роки тому +2

    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?

  • @billblair3155
    @billblair3155 3 роки тому

    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

  • @miguelsolis1839
    @miguelsolis1839 3 роки тому +1

    This was extremely helpful! Thank you!

  • @ProjectAutism
    @ProjectAutism 3 роки тому

    I really enjoyed this tutorial. Thank you so much for creating this for the user community.

  • @arjunkjayan2884
    @arjunkjayan2884 3 роки тому +1

    very informative session, i have a query regarding the resource picker, How can we list the preselected products in the resource picker..?

  • @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.

  • @xingyahao4106
    @xingyahao4106 4 роки тому +4

    Very informative! Would CLI comes with ts and react hook optionals in the future?

  • @Gwibinjansagori
    @Gwibinjansagori 3 роки тому +6

    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 роки тому +5

      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"

  • @peterdaze1
    @peterdaze1 4 роки тому +3

    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.

  • @Martin6724
    @Martin6724 4 роки тому +5

    Can we pleaseeee get a video for working with extensions, Argo, and/or the new Shopify Subscriptions API!!!

  • @AmedeeBoulette
    @AmedeeBoulette Рік тому

    Fantastic info!!! Very cool for developers….

  • @jacobdavidcunningham1440
    @jacobdavidcunningham1440 Рік тому

    2:30 rip
    great tutorial really thorough

  • @maheshmedam1672
    @maheshmedam1672 4 роки тому +2

    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 ?

  • @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 ?

  • @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...

  • @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

  • @fevicoI
    @fevicoI 4 роки тому +1

    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!

  • @michelkant
    @michelkant 4 роки тому +5

    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 👌 👌

  • @barrettwilson4750
    @barrettwilson4750 4 роки тому +1

    Amazing info! Love this.

  • @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 ?

  • @karimnaufal9792
    @karimnaufal9792 4 роки тому

    Awesome intro, thank you!

  • @malikbrahimi7504
    @malikbrahimi7504 4 роки тому +1

    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 роки тому +1

      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.

  • @groovebird812
    @groovebird812 4 роки тому +1

    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.

  • @janelleb9691
    @janelleb9691 4 роки тому +2

    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.

  • @bokwoon
    @bokwoon 3 роки тому +3

    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 🙌

  • @shillo92
    @shillo92 4 роки тому

    I receive the following error after installing the app and running it through the Apps of the Store Admin in my dev store: Unhandled Runtime Error ChunkLoadError: Loading chunk 0 failed. (error: 9af60a2e86b3.ngrok.io/_next/static/chunks/0.js). Approx. at 10:12 of the tutorial.

    • @ms-arif
      @ms-arif 3 роки тому

      Your ngrok may be timeout, generate new http and put that in your app url

  • @nortski78
    @nortski78 2 роки тому +1

    Can we have an updated tutorial as none of this works now, half the files are missing etc

  • @fevicoI
    @fevicoI 4 роки тому +1

    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?

  • @vjnvisakh
    @vjnvisakh 4 роки тому

    awesome tutorial. loved it

  • @prasheelchadotra7407
    @prasheelchadotra7407 3 роки тому +1

    Ngrok not found while starting development server again what to do?

  • @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

  • @singhdarab
    @singhdarab 3 роки тому +1

    Can you please make video on authenticating customer using API?
    Thanks

  • @omotoyosiadegbite6966
    @omotoyosiadegbite6966 3 роки тому +1

    kept getting this error {The PerformanceObserver does not support buffered flag with the entryTypes argument.
    } pls help!!!

  • @nicholasmaniccia1005
    @nicholasmaniccia1005 3 роки тому +1

    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.

  • @gavinchan4627
    @gavinchan4627 2 роки тому

    Very awesome video tutorial about Shopify app dev. Shopify-CLI tool is not so friendly with windows users. 😆

  • @MrHotChocolate
    @MrHotChocolate 4 роки тому

    Great video. Will you have any videos dealing with billing and app subscriptions?

  • @zacharywong5632
    @zacharywong5632 2 роки тому

    Can this work on only on Visual Studio Code, or can it also work on Intellij.

  • @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?

  • @dusanjovanovski8752
    @dusanjovanovski8752 4 роки тому

    Do you have any news when Polaris will be open for Angular?

  • @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?

  • @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

  • @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!

  • @is-sam
    @is-sam 3 роки тому

    Can we do the same thing with Angular or is it mandatory to use React ?

  • @Romaintegrio
    @Romaintegrio 3 роки тому

    Thanks a lot for the good tutorial.
    Could you please post tutorial about how to "shopify node deploy"?

  • @RaselAhmed-yo5mv
    @RaselAhmed-yo5mv 4 роки тому

    @ShopifyDevs Is there any full tutorial of the Shopify-Node-React app?

  • @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.

  • @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

  • @ryanh3457
    @ryanh3457 3 роки тому +1

    How do you make a request to GraphQL?

  • @hankanguyenova1672
    @hankanguyenova1672 2 роки тому

    Hi, I'm missing the folder pages in my project, would you know why please? Thank you

  • @joshbedo8291
    @joshbedo8291 3 роки тому

    @ShopifyDevs can you cover how to deploy the Next.js Polaris app to say AWS? Not finding a lot of resources

  • @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.

  • @superwebdevs6427
    @superwebdevs6427 4 роки тому

    Would it be possible to install CLI with choco package manager in future ?

  • @MEYER251189
    @MEYER251189 3 роки тому +1

    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 ?

  • @shibaprasaddash7324
    @shibaprasaddash7324 3 роки тому

    Very nicely explained everything things, It will better if you will remove subtitle so that code writing also visible.

  • @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 4 роки тому

      @@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!

  • @dave0811
    @dave0811 2 роки тому

    Can I use Class components instead of React Hooks or functions?

  • @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.

  • @GmlA632L
    @GmlA632L 2 роки тому

    Hi, very nice tutorial Node.js, but I developer on Python, I have the question, It's the same procedure? thx.

  • @wackodreamer
    @wackodreamer 4 роки тому

    Would anyone know how to get data from one store and transfer it to another?

  • @VennuGopal-x4s
    @VennuGopal-x4s Рік тому

    Can we use Vue3 instead of React here?

  • @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?

  • @samirkhanalofficial
    @samirkhanalofficial 4 роки тому

    will shopify come up with flutter sdk ?

  • @dave0811
    @dave0811 2 роки тому

    I am using CLI 3, but I can't find the .env file

  • @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

  • @techswitch1489
    @techswitch1489 2 роки тому

    Hi, how and where do you deploy this?

  • @himbary
    @himbary 4 роки тому

    I keep getting internal errors with the shopify CLI, I am trying to create a custom project

  • @andrewrico8321
    @andrewrico8321 4 роки тому

    which vs code theme is that one?

  • @tiagodroppa
    @tiagodroppa Рік тому

    The setup and start of shopify-cli is not up to date. I'd appreciate if there is newer guide

  • @marcodemata5175
    @marcodemata5175 4 роки тому

    hi,
    how long till the next video?

  • @ms-arif
    @ms-arif 3 роки тому

    How can i do this for standalone app?

  • @lts8683
    @lts8683 3 роки тому

    ngrok is very slow, is there any alternative? thank you

  • @cmstudio8682
    @cmstudio8682 4 роки тому

    This is insane!

  • @matteobarberis1149
    @matteobarberis1149 3 роки тому

    can i import modules?

  • @josephandres4324
    @josephandres4324 3 роки тому

    Not reloading, it could be because i'm in a Vagrant box?

  • @dusanjovanovski8605
    @dusanjovanovski8605 4 роки тому

    When it will come with Polaris with Angular?

    • @dusanjovanovski8605
      @dusanjovanovski8605 4 роки тому +1

      ​@@shopifydevs yes that's correct. Right now it's very limited, hardly possible to use it.

    • @homersimpson2293
      @homersimpson2293 4 роки тому +1

      Hey ShopifyDevs, you may want to take inspiration from Ionic (Web based Mobile dev tools), their component library works on any framework (React, Angular, VueJS, Ember and VanillaJS) they created it using stencilJS, this framework is very similar to react, so it would be easy to convert Polaris. I don’t really care about Angular but I prefer VueJS and it would be much easier to convince my company to start developing Shopify Apps if it was more Vue based. Also it would future-proof our work! Thanks for reading :)

    • @dusanjovanovski8605
      @dusanjovanovski8605 4 роки тому

      That's my point, I think it's gonna open a whole new market for people starting developing dashboards/tools that are not even Shopify related but can be used the power of Polaris.
      In a way that we use Angular Material, ngbootstrap

  • @jacobteasley206
    @jacobteasley206 3 роки тому

    You need to get Heroku as well to host the app.

  • @kamalsaxena1384
    @kamalsaxena1384 4 роки тому

    How to integrate any stripe payment gateway SHOPIFY with react js website.

    • @kamalsaxena1384
      @kamalsaxena1384 4 роки тому

      How to process payment buyer to merchant. Complete tutorials integration stripe or any payment gateway

  • @anitbishwas4671
    @anitbishwas4671 2 роки тому

    how to send graphql query here??

  • @kwskyblue
    @kwskyblue 3 роки тому +2

    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.

  • @mostafadamirchi5833
    @mostafadamirchi5833 3 роки тому

    Hi, my name is Erfan, How I can be sponsor of your videos?

  • @jonice4229
    @jonice4229 3 роки тому

    instead of react, how about vue?

  • @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

  • @iLoveTurtlesHaha
    @iLoveTurtlesHaha 4 роки тому +2

    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?

  • @bularistech110
    @bularistech110 2 роки тому

    please update this tutorial and guide us with more advacne content