What is useTransition and when is it useful?
Answer
•Allows marking updates as low priority.
•UI remains responsive during heavy updates.
•Returns isPending for UI state.
•Useful for filters/sort toggles.
•Doesn't replace data optimization.
Was this answer helpful?