curious how component libraries that don’t have primitives for concurrent rendering (like useTransition, useDeferredValue, Suspense) will approach declarative ViewTransitions.

how do you express in code that you want some state updates to be long-running and async, but others can interrupt them?

Comments