DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Redux Ecosystem Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Redux Ecosystem
What does a mutation endpoint's generated hook (e.g. useRenameUserMutation) return, as opposed to a query hook?
A
The exact same shape as a query hook
B
A [trigger, result] tuple — calling trigger(...) dispatches the mutation, with result tracking its own independent loading/error state
C
Just a boolean indicating success
D
Nothing — mutations must be dispatched manually via the store
Check Answer