hardReact Native#15

Optimistic updates with React Query

Prompt

Implement optimistic updates with React Query for a "like" toggle on a post. Update the cache immediately, then revert on API failure.

Hints

Solution

Your Code

15 min

Tests

Click Run to test your code