issues
search
jtanadi
/
scotty
WebSocket-enabled PDF viewer
http://raa-scotty.herokuapp.com/
MIT License
15
stars
1
forks
source link
Use react redux hooks
#88
Closed
jtanadi
closed
4 years ago
jtanadi
commented
4 years ago
What does this PR fix?
Continuation of #81
Avoid having to pass in a bunch of action creators and store props to custom hooks
How?
Convert
connect
HOC to react-redux hooks (
useSelector
and
useDispatch
)
What does this PR fix?
How?
connect
HOC to react-redux hooks (useSelector
anduseDispatch
)