htmx icon indicating copy to clipboard operation
htmx copied to clipboard

Alternatives: Another one ... ?

Open youpsla opened this issue 9 months ago • 0 comments

Just when alternatives webpages on the website and wondering if enaml-web can have is place: Author introduce is framework as "A web component toolkit for enaml that let's you build websites in python declaratively".

If you don't like JS, this is the tool. Everything is done on the backend and fragment are send to client. Have a look at this sample, 90 lines of JS. Used JQuery in the example but can be easely updated to not use it anymore.

Under the hood, an lxml version of the dom can be store on the server ....

I use it for a few project and find it fun to use.

youpsla avatar Feb 22 '25 23:02 youpsla