|
|
|
|
|
by tymonPartyLate
1148 days ago
|
|
Clicking sends a websocket message to the backend. Which then responds with a state update message which updates the frontend react components.
rhe round trip would probably take the same time with rest APIs, but you would have the ability to add some loading indicators or hints, because you'd have full control over client side rendering. You don't have that when using pynecone. It's a tradeof |
|