Show HN: Data-j – A tiny front end framework
2 loren-at-joule 0 6/17/2025, 1:17:54 PM github.com ↗
Hi. I've created a new front-end framework (yes, another one, I know) that I'd love for you to check out. I wasn't happy with anything already out there, so I reluctantly rolled by own. I call it "data-j". My objectives were:
* A declarative approach to common UI tasks, that avoids digging into JS. Most things are accomplished by adding a class and a "data-j" attribute to an HTML element.
* Minimal dependencies, and no build step. Data-j relies on jQuery and that's it.
* Easy things easy, hard things possible. This is an 80/20 approach, not for extensive client-side MVC stuff (there's plenty of existing frameworks for that).
Also no templating - my own preference for templating is on the server.
Anyway, please check it out and let me know what you think. Also, this is the front end we're using for Joule (https://www.jouletask.io/). If you'd like an invite to the private beta just let me know.
No comments yet