Now that hooks are in react-redux and performant, there's a lot of cases where the regular library makes more sense and it would be less confusing to import from react-redux (or rematch).
The sconnect functionality and useApp* functionality could better integrate with the raw hooks already given to us instead of abstracting them - making redux binding external.
Now that hooks are in
react-reduxand performant, there's a lot of cases where the regular library makes more sense and it would be less confusing to import fromreact-redux(orrematch).The
sconnectfunctionality anduseApp*functionality could better integrate with the raw hooks already given to us instead of abstracting them - making redux binding external.