HTMX-ify a Django list page!

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 46

  • @aafan.kuware
    @aafan.kuware 11 місяців тому +4

    for beginners and intermediate these contents are a gifts.

  • @lt8cn
    @lt8cn 11 місяців тому +5

    Very good development experience, thank you for sharing. I'm still looking forward to examples of submitting two or more forms on a single page, just like Django inline.😁

  • @sa_codes
    @sa_codes 11 місяців тому

    Thanks for making this video! The hx-request in the headers is especially useful, did not know about that before and have had to find alternative ways of checking this.

    • @bugbytes3923
      @bugbytes3923  11 місяців тому

      Awesome - glad to hear that part was useful. Thanks for watching!

  • @Jack-l8d7s
    @Jack-l8d7s 11 місяців тому +1

    HTMX with Django signals for another video would be cool! Merry Christmas BB!

  • @TomislavMiletic
    @TomislavMiletic 10 місяців тому

    As always, the best django htmx content, thank you :)

  • @aname5053
    @aname5053 8 місяців тому

    Exactly what I was looking for. Thank you so much!

  • @monjurmorshed2854
    @monjurmorshed2854 11 місяців тому +1

    Request for adding a video on how to handle or submit complex forms like nested list with htmx.

  • @AmoahDevLabs
    @AmoahDevLabs 11 місяців тому

    You kept your promise. Thanks very much.

  • @echlftw
    @echlftw 11 місяців тому +2

    Thanks for making this tutorial! Would you be able to do an extended video on htmx table with pagination?

    • @bugbytes3923
      @bugbytes3923  11 місяців тому +2

      Thanks! Will add this to the list.

  • @Fido1hn
    @Fido1hn 11 місяців тому

    Thank you so much for this video brother. Keep going 👍

  • @TheNerdyPlayer
    @TheNerdyPlayer 11 місяців тому

    Will you be making videos on deploying to prod?

  • @JohnMatthew1
    @JohnMatthew1 11 місяців тому

    Brilliant as always, thank you!

  • @Cyrixau
    @Cyrixau 11 місяців тому +1

    Nice video! Do you have any videos regarding HTMX with pagination buttons + sorting?

    • @bugbytes3923
      @bugbytes3923  11 місяців тому +1

      Not exactly, but it's a great suggestion - will add to the list!

  • @ajeeshas1203
    @ajeeshas1203 11 місяців тому

    Hi @bugbites, Could you please do a video on htmx sse with django?

  • @themarksmith
    @themarksmith 11 місяців тому

    Top-quality content, You deserve many more subscribers! - This may be a silly question but can HTMX be used to submit user logon details for a website - or would a more traditional submit and redirect/new page make more sense?

    • @bugbytes3923
      @bugbytes3923  11 місяців тому +1

      Thanks a lot! This could definitely be done with HTMX, if need be - or with the traditional method.

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 11 місяців тому

    Amazing content as always, thank for the effort mate !

  • @wazidmalik6824
    @wazidmalik6824 11 місяців тому

    Great content as usual.

  • @swelanauguste6176
    @swelanauguste6176 11 місяців тому

    quality vid. Can we add an onchange/oncheck function to the form so that we do not have to click the submit button and have to filter updated by only checking the boxes?

    • @bugbytes3923
      @bugbytes3923  11 місяців тому

      Thanks! Interesting suggestion - might be possible with hx-trigger="change" as the trigger!

  • @champorado2131
    @champorado2131 11 місяців тому

    Hohoho There! I hope you can also do HTMX + OAuth2 implementation/ thank you and more power to your channel!

    • @bugbytes3923
      @bugbytes3923  11 місяців тому

      Thanks! Interesting suggestion - is there an example you have in mind for this?

  • @frameff9073
    @frameff9073 11 місяців тому

    thank you

  • @MaxMustermann-up4qe
    @MaxMustermann-up4qe 11 місяців тому

    Question: why not use hx-select instead of splitting in partials?

    • @bugbytes3923
      @bugbytes3923  11 місяців тому

      That's another approach, for sure. Probably a good one.
      I find it easier to debug when things are broken out into distinct templates or blocks, personally.

    • @dinobaurier5934
      @dinobaurier5934 10 місяців тому

      I think i have to watch your partials video. What i find „annoying“ is that number of small html files. But maybe that is my OCD. 😅

  • @amblessedcoding
    @amblessedcoding 11 місяців тому

    Please can you make video only on htmx and rust please❤❤

  • @ItsMe-vo1du
    @ItsMe-vo1du 11 місяців тому

    I have a question , I have 5 forms in same page , every form has own submit add button (wich add another inputs to fill), and all this forms has one submit button at the end after filling this forms , how can I get all the info that is in the other additions info ?

  • @New_User-m6t
    @New_User-m6t 11 місяців тому

    sir we want a rest framework video with real world project

  • @myoji5580
    @myoji5580 11 місяців тому

    Not use headers, use django-template-partials

  • @SeriousCat5000
    @SeriousCat5000 8 місяців тому

    Htmxify is not a real word