DEV Community

Cover image for Building a High-Performance AI Image Gallery with JurisJS
ArtyProg
ArtyProg

Posted on

Building a High-Performance AI Image Gallery with JurisJS

What I love about this project is that it shows we can have it all: power, simplicity, beauty, and performance. The Juris framework is a refreshing choice for anyone who believes in a clean separation between logic and UI, and for those of us who are tired of the endless configuration that comes with the modern build ecosystem.

This code runs without any build, in a single HTML page.

Pay attention, on how the list behave when an image is created or removed.

Please, don't be afraid by the syntax, we have all been brainwashed by JSX.
Now, I have cleaned my brain, and I can't stand anymore JSX, for me JSX is absolutely not you Javscript friend.
All the contrary to Juris, which is just Javascript

Here is the demo GenImage

You can play with the code here : AI Studio

Top comments (0)