6 ms·
FWIW, as a hobbyist developer who never had a chance to learn React, I found HTMX really helpful to make my Flask projects more reactive without adding much com
by davidedicillo 2y ago
FWIW, as a hobbyist developer who never had a chance to learn React, I found HTMX really helpful to make my Flask projects more reactive without adding much complexity.
- itsoktocry 2y agoYeah, I'm the same. HTMX may not be great for non-trivial work frontend devs are doing, but for hackers piecing together web interactivity, it's pretty nice!
- EasyMark 2y agoI’ve used if for some internal pages and it’s fine. I’m not sure I would want to use it to make the next Facebook though. Maybe the next Amazon?