useSelector
#271
Replies: 1 comment
-
Yes, exactly. In our benchmarks we find the performance cost of observer to be the same as the cost of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Observer uses
useSelector
as well. So where is the performance gain coming from? Is it from using oneuseSelector
per component instead of multiple ?Beta Was this translation helpful? Give feedback.
All reactions