ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

HTMX Tutorial for Beginners #10 - Swapping Content (more practise)

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 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/iam...
    📂🥷🏼 Starter project on GitHub:
    github.com/iam...
    🧠🥷🏼 HTML & CSS Crash Course:
    • HTML & CSS Crash Cours...
    🧠🥷🏼 Node.js & Express Crash Course:
    • Node.js Crash Course T...
    🔗🥷🏼 HTMX docs:
    htmx.org/docs/

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

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

    Your explanation is very wonderful. I have a request. I ask you to create a course to build a real e-commerce project using MERN Stack step by step. We need such powerful courses in which we learn to build real projects and apply what we learned from your courses. Thank you very much again. I hope you read my comment and agree to my request 🙏❤️

  • @danielbush4832
    @danielbush4832 13 วันที่ผ่านมา

    Is there some way to refactor the getting of a book into its own method? you have this process duplicated 3 times and 3 different ways so far.

  • @codewithaditya4871
    @codewithaditya4871 27 วันที่ผ่านมา

    Why have form sent from server if this can be done on client side ?

    • @BHFJohnny
      @BHFJohnny 23 วันที่ผ่านมา

      In this case I think it doesn't really matter. You'll just need to have a little bit of javascript on FE side (event listener and the logic for swapping the content)