Build A Shopify App #0 - Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 20

  • @LucianoVannelli
    @LucianoVannelli 2 ปีที่แล้ว +2

    Please keep going with this series, currently I am trying to create an app for my company and its hard to find good tutorials to do so. You are very good explaining this

  • @nelson3design473
    @nelson3design473 2 ปีที่แล้ว

    thanks for the initiative. I would like that at the end of the series you teach how to deploy. and talking about shopify app entension

    • @devwithalex
      @devwithalex  2 ปีที่แล้ว +1

      I'll for sure be talking about deploying your app after this series, I will add app extensions to the list as well. Thanks!

  • @tanmaykejriwal5887
    @tanmaykejriwal5887 2 ปีที่แล้ว

    After learning from you , I built a complete image compressing app and about to publish soon !

    • @devwithalex
      @devwithalex  2 ปีที่แล้ว +1

      Amazing, congrats!

  • @brandon_shopify_expert
    @brandon_shopify_expert 2 ปีที่แล้ว

    Awesome! Thanks for the update!

  • @tanmaykejriwal5887
    @tanmaykejriwal5887 2 ปีที่แล้ว

    He is so good literally the best

  • @jamiroal86
    @jamiroal86 ปีที่แล้ว +1

    Thanks for this, you rock 🤙

  • @NazninRimi
    @NazninRimi 2 ปีที่แล้ว

    Waiting for the next video. When will the next video be uploaded?

    • @devwithalex
      @devwithalex  2 ปีที่แล้ว +2

      I'm hoping to get it out by this weekend

  • @nehagawali461
    @nehagawali461 ปีที่แล้ว

    Plzz make video on product recommendation or show related product...

    • @devwithalex
      @devwithalex  ปีที่แล้ว +1

      Good idea, I can add it to my list!

  • @reecebernard8178
    @reecebernard8178 2 ปีที่แล้ว

    Will you be going over how to connect to an external db, not just the SQLite, I am having huge issues using the latest api to connect to Mongo

    • @devwithalex
      @devwithalex  2 ปีที่แล้ว +1

      I assume you're referring to session storage, I've heard about the new API changes making that more difficult so I'll have to do some research and make a video a bit later, after this series!

  • @stephanodev
    @stephanodev 2 ปีที่แล้ว

    When is part 3 coming?

    • @devwithalex
      @devwithalex  2 ปีที่แล้ว

      Actively working on it now! It will be a bigger video going over Polaris and building out the UI of the app, so it's taking a bit longer than expected

  • @manojbhatt410
    @manojbhatt410 ปีที่แล้ว

    How can I learn react and node js fastly? Because I want to create public app for shopify

    • @devwithalex
      @devwithalex  ปีที่แล้ว

      If you have no prior programming experience, it'll be difficult. I'd personally start by creating simple projects with Javascript/react to get the basics down. If your goal is to build a Shopify app then I'd probably use Gadget (gadget.dev/) since it's the quickest way to build a Shopify app and takes care of a lot of the backend.

  • @mikew6739
    @mikew6739 ปีที่แล้ว

    Hi, Alex, thanks for the awesome video! I just started learning how to develop shopify app and your video helps a lot. However, when I fork your code and try to run it, it throws an error as the follows. I wonder if you can give any suggestion, thank you very much!
    The Partners GraphQL API responded unsuccessfully with the HTTP status 200 and errors: │
    │ │
    │ [ │
    │ { │
    │ "message": "Unexpected system error", │
    │ "extensions": { │
    │ "code": "500" │
    │ } │
    │ } │
    │ ]