Building reactive and modern components in Django with Unicorn

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

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

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

    Thank you for your tutorial.
    I like the way you code😉

  • @davidcrane372
    @davidcrane372 2 วันที่ผ่านมา

    Thank you for the tutorial. I love this.

    • @CloudWithDjango
      @CloudWithDjango  2 วันที่ผ่านมา

      My pleasure!! I'm glad that you like the content!!

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

    Thank you for your helpful tutorial
    Could you create a tutorial series about multi tenancy with django Django-tenants

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

      My pleasure! I'm glad that it helped! Thank you for the suggestion!

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

    thanks for this tutorial, i would say alpineJS would be more usable in this case, because it's every load at once and there is no need by reactivity to reload data from server once again

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

      Of course, my pleasure! Okay cool! AlpineJS, sounds interesting! Thank you for your feedback!

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

    thank you!

  • @hamzamalik1553
    @hamzamalik1553 2 วันที่ผ่านมา

    so what's difference b/w unicorn and template inheritance we use in django?

    • @CloudWithDjango
      @CloudWithDjango  2 วันที่ผ่านมา

      Unicorn offers more with it's framework. Inheriting template components is also offered with Unicorn as in template inheritance, but you can also inherit application code in Django Unicorn by leveraging Python's object-oriented programming (OOP) principles. It also handles component state and server-side logic