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
Refactor components to use React hooks to access Redux store
Code quality suggestion.
Rationale
Refactor existing function components to allow them to subscribe to the Redux store and dispatch actions using React Redux hook APIs - this avoids boilerplate associated with the connect() container HOCs.