Live data from Hacker News

React, but in Python

github.com

1–10 of 179 posts

Re: React, but in Python

#8
post #2

I thought generating html from function calls went out with the dinosaurs. We back doing it again?

Why?

He means API calls, obviously overloaded the term "function calls" a bit

In this case, I think it's also clear that most things you'd call an "application" abhor this behavior, which is why heavy clients are so popular, and small shops without frontend engineering talent are making a big push away from heavy clients which raises all the hubbub about HTMX etc

Re: React, but in Python

#10
I'm lost.

React builds interactive UIs (web, mobile). After each interaction, the virtual DOM is programmatically recreated and reconciled to the actual DOM.

But reactpy is running on a backend sever??? Is each interaction resulting in a server call?

Can someone explain what is going on?

EDIT: Ah, okay, thanks. Every re-render is a network call. If people complained about web UI performance before..... :)

Post reply on HN