Look at this simple page integrating a Counter demo and its associated code, could it be simpler for...
This is a balls collisions demo of 100 DOM elements in WASM : WASMDomCollision here is the code...
If, like me, you are intrigued by WASM and you don't how to step in, then give an eye to Coi Coil...
I am inauguring a new serie called "DevGuides" with the help of AI Link to chat :...
I have already posts on this subject. Here is a reminder <!DOCTYPE html> <html...
Here is an elegant way of fetching data. export function useFetch(url, options = {}) { const...
Just for the pleasure : Try it with React :-) You can test it here: Ocean
In MithrilJS, reactivity is handled through streams, which are observable values, whereas signals—a...
If you want to build a simple, lightweight eCommerce website without relying on React, Angular,...
I don't know you but I have the impression that I was made a fool of for years. How on earth I have...
If you want a good UX, webworkers are your friend. Look at this code: worker.js: //...
I added a Proxy for reactive store and event bus for decoupling EcomUmai
EcommerceViewTransition Why on earth do we have to download tons of modules for creating simple...
Here is the start of an ecommerce site using umai.js <!DOCTYPE html> <html...
It's sometimes surprising how just few lines of codes can be very usefull /*...
Juris is radical way of buildind web app, freeing you from all the heavy tooling. If you want you...
I asked Claude what would be the concern using NodeJS or using Juris Response : The Node.js...
Here is a fully functional basic SPA app with Juris, in plain Javascript. You can tweak it here...
You can use Juris as a simple utility, which can play with whatever library you use. Look how...
The first time I saw VueJS I was impressed by what I saw, it seemed simple at first sight. By know I...
I have asked Claude to create a doc for new Juris users. Juris Framework - Complete...
Juris and VanJS share the same philosophy. I wrote several articles about VanJS, it is really a...
By the Juris team : Official Example EcommerceDemo <!DOCTYPE html> <html...
Thanks to Juris's team :-) This app runs entirely in the browser, awesome. Try the same in your...
What a ceremony using reactivity in React : hooks, effects... Look how simple is it to make a...
Check out this site—a fantastic gift from the Juris community! See what's possible with just one HTML...
Why you will adopt it ? Because you are fed up to load tons of modules, using hooks, effects,...
Unleashing JavaScript: The Liberation Platform That Changes...
At some points, arguing about the greatness of a library can be unfruitful. Better to show real...
Look at this demo from 2012 : DemoSprites Writing complex games with DOM is not what I would...