HTMX Tutorial for Beginners #3 - GET Requests (hx-get)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ค. 2024
  • In this HTMX tutorial series for beginners, you'll learn what HTMX is, and how to make dynamic web applications with it.
    🔥🥷🏼Get access to premium courses on Net Ninja Pro:
    netninja.dev/
    📂🥷🏼 Access the course files on GitHub:
    github.com/iamshaunjp/htmx-fo...
    📂🥷🏼 Starter project on GitHub:
    github.com/iamshaunjp/htmx-fo...
    🧠🥷🏼 HTML & CSS Crash Course:
    • HTML & CSS Crash Cours...
    🧠🥷🏼 Node.js & Express Crash Course:
    • Node.js Crash Course T...
    🔗🥷🏼 HTMX docs:
    htmx.org/docs/

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

  • @positiveAddiction1
    @positiveAddiction1 5 วันที่ผ่านมา

    Thanks alot! As always, Amazing video

  • @lilachelayza9546
    @lilachelayza9546 วันที่ผ่านมา

    1. Thank you! 🙏
    2. Why did you choose to use map and not ForEach?

  • @ALEXANDERLIU
    @ALEXANDERLIU 5 วันที่ผ่านมา +1

    🎉🎉

  • @it-s-me-mohit
    @it-s-me-mohit 5 วันที่ผ่านมา

    Awesome stuff

  • @bmehder
    @bmehder 5 วันที่ผ่านมา +2

    I just finished the course on the Net Ninja website. I would like to publish the app somewhere on the internet. I've tried publishing it to Vercel, but failed. Do you have any pointers? Or, would you be willing to consider adding another short lesson at the end to show us how to deploy the app. Vercel is what I normally use, but any service would be fine as this is just a demo.

    • @NetNinja
      @NetNinja  วันที่ผ่านมา

      Hey, hope you enjoyed it :). I will try and make a video or 2 about publishing an app like this.

  • @user-vl4gh7pt3d
    @user-vl4gh7pt3d 3 วันที่ผ่านมา

    beautiful explanation

    • @NetNinja
      @NetNinja  3 วันที่ผ่านมา

      Thanks :) appreciate that!

  • @maskman4821
    @maskman4821 วันที่ผ่านมา

    Great tutorial 🥰

    • @NetNinja
      @NetNinja  วันที่ผ่านมา

      Thank you! 🤗

  • @MyOwnPufferFish
    @MyOwnPufferFish วันที่ผ่านมา

    I enjoy this course, but I feel like people wouldn't use this type of backend. Pretty sure it'd be much more efficient with a templating library, or within frameworks like Django or Laravel. Still, I understand wanting to keep things simple, so thanks for the content !

    • @NetNinja
      @NetNinja  วันที่ผ่านมา +1

      I understand this yeah. The choice was about keeping the course laser focussed on HTMX for now. I am also working on another series which uses a template engine (Pug) and I will be visitng HTMX with frameworks in the future too.

    • @MyOwnPufferFish
      @MyOwnPufferFish วันที่ผ่านมา

      @@NetNinja I gave Htmx a spin with Django after watching the video, and it's pretty cool ! I guess with this and something like Alpinejs you can get pretty far without the need for a front end framework (although i would still keep them for rather simple uses)

  • @jeerufus9965
    @jeerufus9965 4 วันที่ผ่านมา

    seem like what nextjs do

    • @Trongate
      @Trongate 4 วันที่ผ่านมา

      Full disclaimer: I haven't got a clue about Next.js. What you're saying may be right. Nevertheless, where HTMX shines, in my opinion, is in the fact that it's lightweight and has a focus on HTML attributes, instead of JavaScript. It's sort of like, "HTML's missing features". I think that's why people like it.