Django Cotton in Five Minutes (The component system you've been looking for!)

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

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

  • @MichaelDoornbos
    @MichaelDoornbos 2 หลายเดือนก่อน +3

    Finally!

  • @deidyomega
    @deidyomega 6 วันที่ผ่านมา

    I've just finished a major project using cotton. Man is it nice. Using it with alpine and htmx really lets you go far with django.

  • @EduardoWurch
    @EduardoWurch 2 หลายเดือนก่อน +3

    django templates is so powerful yet so ugly, this is a breath of fresh air

  • @dreackm
    @dreackm 2 หลายเดือนก่อน

    I have tried to like it but I guess I am comfortable with Django's native tools. I agree, creating a template partial and passing it context using an include is not only tedious but a little hard to maintain.
    This is why I just create a template_tag. Custom template tags makes it easier to reuse a "component" and they are extra because they can automatically capture the view's context.
    I could argue that cotton's components are in fact a little verbose than a template tag. Perhaps that could be a good thing, visualising the semantic of your component when using it, but I think that's not strong point.

  • @d3nnispaz
    @d3nnispaz 2 หลายเดือนก่อน

    Hey Cory, what IA did you use in your video?

    • @czue
      @czue  2 หลายเดือนก่อน +2

      Cursor! With Claude 3.5 sonnet.

  • @frameff9073
    @frameff9073 16 วันที่ผ่านมา

    good