Hacker News new | ask | show | jobs
by nomdep 1009 days ago
Did you try Hyperview (https://hyperview.org/)? It´s discussed in the Hypermedia book like the htmx for mobile.
1 comments

I use Django (python) and htmx to get away from React/JS/npm (or deno, or bun). Not trying to dunk on JavaScript/React devs, but the language and its ecosystem suck the joy out of me.
The experience using Django & htmx is very similar to using Django & Hyperview. In both cases, you are primarily working with Django views and templates to build your app. You don’t need to touch JS using either library unless you want custom client-side interactions.