Will (@willrabbott) 's Twitter Profile
Will

@willrabbott

ID: 351913002

calendar_today09-08-2011 22:09:23

435 Tweet

151 Takipçi

572 Takip Edilen

Luca (@lc_fd) 's Twitter Profile Photo

I love django-cotton by Will! It's allowing me to create components without endless configurations. It's a young project, but it's improving quickly. Give it a try, and leave a star ⭐ github.com/wrabit/django-…

Will (@willrabbott) 's Twitter Profile Photo

Finally broke out of the 0.9.x loop. cotton 1.0.0 released with a backend overhaul, seeing up to 32% better performance.. github.com/wrabit/django-…

KILLIAN.arts (@killian_arts) 's Twitter Profile Photo

If you're a Django developer that uses HTMX or otherwise relies heavily on SSR and Django templates, you need to check out django-cotton. django-cotton.com

Simon Kelly (@snopoke) 's Twitter Profile Photo

I just published a Django Cotton component library of Heroicons. It's super simple to use and has all the latest icons. Here's a quick taste: <c-heroicon.check-circle /> pypi.org/project/cotton…

Justin Mitchel (@justinmitchel) 's Twitter Profile Photo

Wow, django-cotton is incredible. Define, use with `<c-button>` (or whatever the template name is) and see the results. I've been wanting a shadcn-like template for Django. I think django-cotton is the key to making that happen. Just needs to learn a few more bits about it.

Wow, django-cotton is incredible.

Define, use with `&lt;c-button&gt;` (or whatever the template name is) and see the results.

I've been wanting a shadcn-like template for Django. I think django-cotton is the key to making that happen.

Just needs to learn a few more bits about it.
Cory Zue (@czue) 's Twitter Profile Photo

A reusable component system was the last missing piece to building serious front ends in the Django / HTMX low-JavaScript world. I've only been using it for a couple weeks but so far cotton feels like the answer.

Cory Zue (@czue) 's Twitter Profile Photo

New video: Django Cotton in Five Minutes—the component system you've been looking for. youtube.com/watch?v=9-ZFz-…

Vijaykumar Shanmugam kaadaiyon (@vijayshan) 's Twitter Profile Photo

#django cotton seems like the missing piece when you are building large applications. If you are a serious django developer you owe it to yourself to give it a try.

Jeffrey Way (@jeffrey_way) 's Twitter Profile Photo

To the dads with young, young kids, here's my one piece of advice. Become a morning person, and fit all of your hobbies into the hour or so before everyone else in your house wakes up. Read, hike, play a video game, whatever you like. But at 6am. :/ You'll get used to it haha.

hernantz (@hernantz) 's Twitter Profile Photo

Writing reusable and composable UI components can be achieved using the good 'ol django templates, with the help of some libraries to fill in the gaps (like django-components, django-cotton and TailwindCSS) Check out my talk at Djangocon US

Writing reusable and composable UI components can be achieved using the good 'ol django templates, with the help of some libraries to fill in the gaps (like django-components, django-cotton and TailwindCSS)
Check out my talk at Djangocon US
Shinya Okano (@tokibito) 's Twitter Profile Photo

はてなブログに投稿しました DjangoテンプレートエンジンのDjango Cottonを試す - 偏った言語信者の垂れ流し tokibito.hatenablog.com/entry/2024/12/… #はてなブログ #力強くアウトプットする日

thibault (@thibaulthoudon) 's Twitter Profile Photo

Currently trying Django Cotton in pair with htmx.org / CEO of FlatUI Delenda Est (same thing) and django-template-partials and.. it's a banger ! Trying to see if I really need template partials though if you go full component mode with django cottons. Once everything is its own component and with the flexibility

Will (@willrabbott) 's Twitter Profile Photo

github.com/wrabit/django-… 1.6.0 allows you to reduce some markup for grouped components, simplifies folder structure too.

Trey Hunner (@treyhunner) 's Twitter Profile Photo

I wrote up a blog post demonstrating my reason for starting to use django-cotton. In short: when I want an include that can accept one or more blocks of HTML, I'll use a component instead. treyhunner.com/2025/03/django… #Python #Django

Taylor Otwell (@taylorotwell) 's Twitter Profile Photo

A few things I've noticed as all devs write code with AI. When you write foundational / architectural code of a new project by hand, you "feel" the code pushing back if your abstraction isn't right. You feel when something is harder than it should be. The code is telling you