non-npc / Python-Eel-htmx-hyperscript

An example of using Python with Eel and htmx and hyperscript for dynamic content and interactivity
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Where is the HTMX? #1

Open blacktyger opened 1 day ago

blacktyger commented 1 day ago

Hey, thanks for sharing this! I'm wondering where is actually htmx part happening, can't spot any standard tags in html file, looks like it's all driven via JS.

non-npc commented 1 day ago

the demos have been updated. main.py displays a python/eel bridge method. main_flask.py displays pure htmx python/flask method.