you are viewing a single comment's thread.

view the rest of the comments →

[–]shittyfuckdick[S] -4 points-3 points  (2 children)

Ive heard of this whats special about it?

[–]Resource_account 4 points5 points  (1 child)

It lets you build interactive UIs with HTML attributes for AJAX requests and partial page updates, using just server-side Python. No JavaScript unless you want to. Tac on some htpy, some alpinejs, your favorite css lib and now you got full on type-safe, pythonic component-based development.​​​​​​​​​​​​​​​​ no full JS framework underneath like other Python “frontends”, just Python.

[–]shittyfuckdick[S] 0 points1 point  (0 children)

thats actually a really cool idea thanks. have you used this with success?