DEV Community

artydev
artydev

Posted on

The tiniest Javascript UI Framework in the world !!!

This is the first post about a library wich will have, I predict it, a great success...

VanJS

Top comments (3)

Collapse
 
mindplay profile image
Rasmus Schultz

Looks nice. 🙂👍

But I'm pretty sure it's not the tiniest in the world?

The smallest I've seen is dot-dom at 0.5 KB

github.com/wavesoft/dot-dom

There are several of 1 KB frameworks out there as well. 😊

Collapse
 
artydev profile image
artydev • Edited

Thank you🙂
dot-dom is a template engine, not a framework, it does not have reactive state management ...
Regards

Collapse
 
mindplay profile image
Rasmus Schultz

No, this is not just a template engine - look again: component state and reactive updates. 🙂

Ergonomically, it's a bit clumsy to work with, because of the abbreviated property names (which feels a bit like cheating) but yes, this is a functioning UI framework. I've used it. It even works with JSX. 🙂