DEV Community

Discussion on: Simple guide to setup Redux to a React app

Collapse
 
yuanhao profile image
YuanHao Chiang

Great article, I've been using Redux for a long time but haven't started using it with hooks and functional classes.

Hooks still scare me a bit, but so did React and Redux in the beginning! Hooks are definitely the way to go forward and write less repetitive code.

Do you know if it's possible to mix Redux store with functional and class components? The project I'm working on has a huge number of connected class components 😡😡😡

Collapse
 
rleija_ profile image
Ruben

Sorry for the late response. The answer is yes you can.

P.S. hooks are much easier to learn than Redux.

Here are a couple articles I wrote on hooks:

blog.linguinecode.com/post/getting...

blog.linguinecode.com/post/when-to...