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
We already tried and rejected a useRedux Hook. See #1252. Hooks are designed to be small and composable. A single API creates an opinionated structure and forces us to reject many common edge cases.
I would like to propose a simple approach to integrate redux with react hooks.
The entire library code:
Usage:
Pros
Cons
The text was updated successfully, but these errors were encountered: