React, but in Python
github.com
React, but in Python
1–10 of 179 posts
Re: React, but in Python
#2Re: React, but in Python
#3Re: React, but in Python
#4I thought generating html from function calls went out with the dinosaurs. We back doing it again?
Re: React, but in Python
#5I've been working on a similar thing in Ruby. https://github.com/mayu-live/framework
Re: React, but in Python
#6I thought generating html from function calls went out with the dinosaurs. We back doing it again?
Re: React, but in Python
#7Re: React, but in Python
#8I thought generating html from function calls went out with the dinosaurs. We back doing it again?
Why?
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
#9Re: React, but in Python
#10React 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..... :)