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 :-)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay