Remix.run Logo
Flimm 4 days ago

I agree. I was expecting the author would implement debouncing or throttling to reduce the number of unnecessary requests, alongside fixing the data race issue. Here's an excellent article on debouncing and on throttling, and the difference between them:

https://css-tricks.com/debouncing-throttling-explained-examp...