I ran into the redux reselect library. And i want to know if it’s necessary to use it to prevent unnecessary re-renders when their is React.memo
already.
Some people even combine the two when the component has multiple instances. And their reason is that reselect will not correctly memoize when a component has multiple instances - it makes sense though.
I am a little bit confused. I need an explanation pls.
The reselect library even looks somewhat like an abandoned repo to me.
Thank you