Hacker News new | ask | show | jobs
by mixmastamyk 1298 days ago
Happen to have a blog post link handy? Would like to see this strategy in more detail. With something like Django if possible.
1 comments

Never used Django, but I see lots of videos/talks on Youtube discussing the combination of Django+HTMX+Tailwind (and sometimes also Alpine.js). Looks like some of them use Tailwind classes inline, but I assume Django has a way to bind from a model, in which case you can declare global static models for standard styling, like text inputs, charts, tabs, etc. and have those accessible to views.