13 - Remix Form data handling with Loader and Actions for Shopify app

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

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

  • @sloppyjoe4083
    @sloppyjoe4083 9 หลายเดือนก่อน +2

    Keep it up, great series 👍

  • @LawrenceTaur
    @LawrenceTaur 5 หลายเดือนก่อน

    I spent hours breaking my head trying to figure out why the form is submitting empty values only to realise name is missing from each field! Thank you very much for this video series. Really helpful!

    • @AbhimanyuArora-df5yb
      @AbhimanyuArora-df5yb 11 วันที่ผ่านมา

      @CodeInspire can you please help with the name of extension you have used for Remix in VS code

  • @rjsalamanca7534
    @rjsalamanca7534 6 หลายเดือนก่อน

    Keep up the the good work. I learned a lot. I usually work within liquid, but after upgrading clients to checkout extensibility theyre requesting to convert some things to an app.
    Appreciate this series a lot.

    • @CodeInspire
      @CodeInspire  6 หลายเดือนก่อน

      Glad you enjoyed the videos. 🙌🏻

  • @wake-digital
    @wake-digital 5 หลายเดือนก่อน +1

    You're the GOAT

  • @alejandramoralescifuentes8599
    @alejandramoralescifuentes8599 8 หลายเดือนก่อน +1

    Very good video, thanks!!

    • @CodeInspire
      @CodeInspire  8 หลายเดือนก่อน +1

      You’re welcome

    • @AbhimanyuArora-df5yb
      @AbhimanyuArora-df5yb 11 วันที่ผ่านมา

      ​@@CodeInspire can you please help with the name of extension you have used for Remix in VS code

  • @himanshuchauhan4263
    @himanshuchauhan4263 หลายเดือนก่อน

    Really Helpful Brother

  • @MuhammadAshirAnsari
    @MuhammadAshirAnsari 2 หลายเดือนก่อน

    Thank you very much for the explanation. keep it up 👍

  • @aryankumarsundi8411
    @aryankumarsundi8411 2 หลายเดือนก่อน

    Few videos are distorted. Could you please check once.
    like example video13, 3, 14 and so on

  • @TheAmirSheidaei
    @TheAmirSheidaei 6 หลายเดือนก่อน

    Appreciate this dude a lot!

    • @CodeInspire
      @CodeInspire  6 หลายเดือนก่อน

      Happy to help!

  • @ihor3729
    @ihor3729 9 หลายเดือนก่อน +1

    Very interesting. Thanks. I noticed also strange thing - when I save the file, remix sometimes updates the changes in the browser on the fly, sometimes not. With theme extension - the same thing. I have to stop the server and run again. Do you have the same remix issue?

    • @CodeInspire
      @CodeInspire  9 หลายเดือนก่อน +1

      Yes I do. Please watch next videos for the fix on extension.

  • @splashful
    @splashful 6 หลายเดือนก่อน

    Using did not work for me because it didn't submit the form when the was clicked. This seems to be caused by Vite expecting an onSubmit prop on the button element. I almost solved this by switching over to the native element but this reloads the page by default forcing a redirect within Shopify Admin. The solution was to use a fetcher instead, which submits the form without reloading the page. I assume when you made this video it was prior to the inclusion of Vite with Remix.

    • @CodeInspire
      @CodeInspire  6 หลายเดือนก่อน

      A few things to remember.
      Form request on submit.
      Don’t use polaris form. Use remix form instead.
      Don’t use polaris button for submit, use custom button. Polaris button doesn’t submit properly. I don’t know why.

    • @splashful
      @splashful 6 หลายเดือนก่อน

      @@CodeInspire Thanks for the reply. I'm currently using the from Remix which seems to work really good. First I tried using the form and button in your video but those did not work and threw an error in Vite, which now comes with Remix.

    • @MayhemMcKay
      @MayhemMcKay 2 หลายเดือนก่อน

      ​@@CodeInspire You mention not using polaris button (which is what you do in your video) and to use "custom button" instead, but I'm too new to know what exactly that means... any advice before I go and rip it all out and start using fetcher like @splashful?

    • @gerr_cass
      @gerr_cass หลายเดือนก่อน

      @@splashful I guess Shopify has already solved all that, the 'hello world' app with shopify CLI uses the Polaris Button component along with fetcher.submit without reloading the page.

  • @gustavovillanueva4605
    @gustavovillanueva4605 7 หลายเดือนก่อน

    Hi, excellent video. How could I make it so that when I click, for example, on another text field, a response appears, for example, 'finished'?

    • @CodeInspire
      @CodeInspire  7 หลายเดือนก่อน

      You use JavaScript events to send a request after focus is out of an input

  • @bestmotivationspeekar4384
    @bestmotivationspeekar4384 19 วันที่ผ่านมา

    code sorce ?? and pls make a video post chackout extension how can posta data uasing custum api

  • @JannahStreaks
    @JannahStreaks 7 หลายเดือนก่อน

    how to upload an image in prisma?
    like wat would be it's data type and all that stuff?

  • @seankim3472
    @seankim3472 2 หลายเดือนก่อน

    Please recommend me a code autocomplete extension.

  • @MDShakibulIslam-d9h
    @MDShakibulIslam-d9h 6 หลายเดือนก่อน

    Great Effort. can you please make a video how to work with files (Image, SVG, Video) upload. Thanks

  • @lawrencep4943
    @lawrencep4943 8 หลายเดือนก่อน

    Promo_SM