DEV Community

Discussion on: Add Redux to a Next JS App

Collapse
 
uwants0me_ profile image
elonplsadoptme

is there any specific reason to access redux state/store (using connect) like the way you did? why dont you use useSelector hooks from react-redux instead? and als useDispatch? is there any drawbacks using those two in nextjs?