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
import {useSelector, useDispatch} from 'react-redux';
and i want use 'useDispatch' and abandon 'connect' for redux, but after i use 'redux-actions', and i change reducer, i can't use 'useDispatch', What shall I do?
The text was updated successfully, but these errors were encountered:
2012shenghua
changed the title
How to use react hooks when reducer change for your lib?
How to use react hooks aftrer reducer change for the lib?
Mar 4, 2020
import {useSelector, useDispatch} from 'react-redux';
and i want use 'useDispatch' and abandon 'connect' for redux, but after i use 'redux-actions', and i change reducer, i can't use 'useDispatch', What shall I do?
The text was updated successfully, but these errors were encountered: