React JS Quiz
Home
Blog
Privacy Policy
Contact Us
useSyncExternalStore Quiz
What should getSnapshot return?
Report this question
The current value React should use from the external store
Show Explanation
getSnapshot reads the current store value. React uses that returned value during rendering.
Only an unsubscribe function
A JSX provider
A CSS class name
Next Question (4/20)