DEV Community

Discussion on: React + Redux = React + Context

Collapse
 
g1itcher profile image
G1itcher

I've used a lot of flux in different UI frameworks, and it never feels right to me. No matter how I use it or what library implemented it, it always feels like it's solving a problem that didn't really exist. Services and observables, or context works perfectly fine, with significantly less code.

Collapse
 
droidmakk profile image
Afroze Kabeer Khan. M

I think the scalability is the key player here. When you're application scales up maintaining the state in any app becomes difficult hence you put forth and state accessible at certain level of depth.