DEV Community

Discussion on: Should I use Redux?

Collapse
 
thewasif profile image
Muhammad Wasif • Edited

Flux is amazing.
I think the structure of separating everything (actions, reducers) in different files has made Redux complex. Otherwise, it's good

Collapse
 
sebbdk profile image
Sebastian Vargr

I rarely put related code in different files when using redux.

That usually only happens when i hit the ~180 line limit or if i have lots of smaller definitions in it. :)