Replies: 1 comment 4 replies
-
For anyone wanting to look at the code, here's the link to the full codesandbox https://codesandbox.io/s/xzc4r?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have been investigating some performance issues with our app and noticed that
useSelect
causes an immediate re-render. I profiled the example provided in CodeSandbox (https://xzc4r.csb.app/) to make sure it wasn't something I was doing locally, and I see the immediate re-render triggered there as well. Is this something that can be avoided?Beta Was this translation helpful? Give feedback.
All reactions