|
|
|
|
|
by mrits
244 days ago
|
|
I’ve been using htmx with basic Django views for a couple years. It’s been great. I was originally concerned that the htmx was getting hard to maintain. But in my case I got to a point where I never have to look at it again.
I wouldn’t recommend htmx for a team of more than 1 person or someone that has a lot of time to focus on the frontend. It was a great balance of rapid prototyping and solid enough to not have to worry about it |
|
Why is this? Do larger teams have time for busywork that they can't fill with HTMX?