You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: