0

As I know, in React 18, a concurrent task can interrupted by an urgent update. So, is it possible that a concurrent task is delayed for a very long time or may never be executed because there is always an urgent update is executed?

If not, then why? Can you explain?

James Z
  • 12,209
  • 10
  • 24
  • 44
Bingo213
  • 1
  • 2
  • 1
    If you have so many urgent updates that you never have time to do anything else, your code is probably broken to begin with. The question makes no sense. – super Nov 13 '22 at 10:44
  • Can you help to create a [minimum reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) as it sounds there is something very wrong with your concurrent rendering method – DanielJ Nov 13 '22 at 10:57

0 Answers0