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

Sdílet
Vložit
  • čas přidán 11. 07. 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/

Komentáře • 4

  • @sifoamama2673
    @sifoamama2673 Před 20 dny +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 Před 4 dny

    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 Před 18 dny

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

    • @BHFJohnny
      @BHFJohnny Před 14 dny

      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)