You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connect and useSelector programming interfaces usually depend on the user manually specifying which state would need to be extracted in order to be rendered
What is the new or updated feature that you are suggesting?
Would be helpful and easy if there is a feature for tracking the parts of state that are actually needed by a component
Why should this feature be included?
So that added components do not increase the bundle size