hardReact#50

useTransition for pending state

Prompt

Use useTransition to mark a slow filtering operation as non-urgent. The UI should remain responsive while the filter runs in the background. Show a "Loading..." indicator while the transition is pending.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code