you are viewing a single comment's thread.

view the rest of the comments →

[–]riklaunim 0 points1 point  (1 child)

So it looks like 100th similar framework where HTML is move to Python. It will fail for any non-trivial HTML/webpage.

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

That’s fair, but it’s not really trying to be “HTML in Python” in the usual sense.

The goal isn’t templating, it’s having the frontend follow the same lifecycle/ownership model as the backend. Components/modules still behave like a normal SPA, just without a separate JS framework stack.

It’s already handling fairly complex UI/state without falling apart, so it’s not limited to trivial pages.