Alexey

Results 44 comments of Alexey

Yes, it's released, but the delay is long; for example, if I want to track used resources to load them asynchronously, it will cause loading data even when a component...

I see. Why are you using setTimeout with a custom timeout to clear lost reactions? Is it beneficial to use `requestAnimationFrame` and `cancelAnimationFrame` instead? Theoretically, when the component hasn't been...

I created a pull request that includes the use of `requestAnimationFrame` and a new additional test case. I also tested it on my project where I found this issue initially