reflex-dev/reflex-examples

counter example: why response is slow, when click really fast, the counter takes seconds to catch up

Opened this issue · 2 comments

zfusx commented

counter example: why response is slow, when click really fast, the counter takes seconds to catch up

Screen.Recording.2024-01-07.at.3.48.46.PM.mov

Is this on local development or on the hosted version? On the hosted version it's likely due to roundtrip times - we only have one server so if you're far away from it or your connection is bad you may see latency.

zfusx commented

Is this on local development or on the hosted version? On the hosted version it's likely due to roundtrip times - we only have one server so if you're far away from it or your connection is bad you may see latency.

It's very slow from the link https://counter.reflex.run/, you can have a try , but it's fine when download the code and running on my machine, thanks