DEV Community

Cover image for Setup Redux in a React app

Setup Redux in a React app

Akhila Ariyachandra on October 28, 2019

PS - This was originally posted on my blog. Check it out if you want learn more about React and JavaScript! If you have used React chances are y...
Collapse
 
slashgear_ profile image
Antoine Caron

With the fifth version of react-redux you also get rid of the connect part and use dedicated react hooks. 😉

Collapse
 
akhilaariyachandra profile image
Akhila Ariyachandra

Really? I'll definitely need to check it out. Thanks for the tip!! 😊

Collapse
 
slashgear_ profile image
Antoine Caron
Collapse
 
mazdok profile image
Pavlo

Yeah, Vuex is a way more readable and easy to use.