Replies: 1 comment
|
0 replies
Answer selected by
danciudev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've been reviewing the documentation and can't find any recommendations on how to use Zustand with the React Compiler.
My questions are:
const showFullDecimals = useDataInspectorStore(state => state.showFullDecimals);vs
const showFullDecimals = useDataInspectorStore(useShallow(state => state.showFullDecimals));All reactions