Making HTTP Calls in Electron JS (4 Methods) - Electron Tutorial

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

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

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

    istg you're a saviour T_T thank you so much

  • @MatheusSilva-qm3ph
    @MatheusSilva-qm3ph 2 ปีที่แล้ว +2

    Very cool!
    Please make one video about autoupdate!!
    Thanks....

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

      Yep, it's in my plan.

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

    Sir, Please make one video in electron js with rest api crud operation

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

    Nice Tutorial Jeet. I am getting Error: An object could not be cloned any idea why? Thanks

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

    Thanks for your vid!
    i met error " ipcmain.handle is not a function"
    how can i fix this?

  • @YuvrajGupta-gc9hy
    @YuvrajGupta-gc9hy ปีที่แล้ว

    when i called the api, UI got stuck (mouse not clickable on any component), when response comes UI got back to normal.
    How to solve this? Please Reply.

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

      Looks like there's a loop somewhere

  • @ArshadKhan-ln7hq
    @ArshadKhan-ln7hq 2 ปีที่แล้ว

    Sir,
    I wanna learn electron js and i have no any guidance can uh please suggest me what would i do...if uh have any eletron full course plz provide me...plz reply sir

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

      Read as much as you can. Read over and over. Watch many videos. You'll know more and more.

  • @TomGarrison-yh3vl
    @TomGarrison-yh3vl 2 ปีที่แล้ว

    intro top

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

    how non trivial having to pipe stuff through three layers just to make an api call.
    I swear todays developers have a screw loose mate.

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

      Ha ha... Well, this is tech. You gotta make it work.

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

    You make one mistake while call doSomethingAxios function. You are calling doSomethingAxios function but you do code in doSomethingFetch in preload.js file.

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

      Thanks for pointing out..

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

      @@coderjeet Let me know after you are done with the latest code. I am facing an error while calling the doSomethingAxiox function. Thanks