DEV Community

Cover image for JurisJS : Beyond simple Counter and ToDo apps demos
artydev
artydev

Posted on

JurisJS : Beyond simple Counter and ToDo apps demos

At some points, arguing about the greatness of a library can be unfruitful.

Better to show real examples.

Look at this demo 1182 lines in a single HTML file Juris Kanban Demo

Look at the drag and drop implementation.

Here is the entire folded code (goodbye complex bundlers configurations, I don't miss you) :

Image description

For my use cases, I'll never use again any other well-established frameworks. They've made me lose my time.

I don't know if they've deliberately lied to us, but the result is clear: tons of modules loaded, complicated state management, uncontrolled DOM updates, and so on.

It's time to do without them : #NORAV (No React, No Angular, No Vue)

What about performance, this criterion they keep drilling into us all day ?

On mobile :

Image description

On Desktop :

Image description

I you are still no convinced, too bad, but remember time is precious and life is short, very short.

Top comments (0)