What is concurrent mode in React?
Concurrent Mode is an experimental feature in React that enables the rendering process to
be interruptible. It allows React to work on multiple tasks at once, making apps feel more
responsive by prioritizing higher-priority updates (like animations or user input) over
lower-priority ones.