DEV Community

artydev
artydev

Posted on

3

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 (4)

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. πŸ™‚

Thread Thread
 
artydev profile image
artydev β€’

Thank you Rasmus, a little late :-)

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

πŸ‘‹ Kindness is contagious

If you found this post useful, please drop a ❀️ or leave a kind comment!

Okay