DEV Community

Discussion on: Redux Hooks ! Opinions !?

Collapse
 
nitinreddy3 profile image
Nitin Reddy

I have used useSelector recently. In my opinion the new way of using redux hooks has improved code readability. You don't have to use maptostate and other connector methods to map your states and props. These hooks are easy to use as well.