Hacker News new | ask | show | jobs
by est 743 days ago
off topic, is there any UI framework like htmx where you don't need a huge pile of npm to work with? Is bootstrap still the go-to option?
2 comments

There are a ton. Go on the HTMX subreddit and there is a question basically every week talking about some new styling framework. I'm not an expert but you will find something there for sure.
Unpoly needs no npm and I'm trying it out with Django for a rewrite of a Django+Vue app. I'm very happy with the results as it forces me to keep the business logic in the back-end, which speeds up development dramatically.