6 ms·
We've build (and open-sourced) our own livecomponents[1] for Django and based it on htmx. That way we got a ton of client side functionality for free and didn't
by hendi_ 3y ago
We've build (and open-sourced) our own livecomponents[1] for Django and based it on htmx. That way we got a ton of client side functionality for free and didn't have to reinvent the wheel. Just this week we've retired our old react based webapp and replaced it with our Django livecomponents. htmx is awesome!
[1] https://github.com/om-proptech/livecomponents https://github.com/om-proptech/livecomponents
- drcongo 3y agoThat looks fun, thanks. Gonna try it out when I get a chance.