K
Karan Singh
@karan_dev · 14 hours, 59 minutes ago

Why I stopped using Redux

When I first learned React, every tutorial said I needed Redux for state management. So I spent weeks learning reducers, actions, and thunks.

But for my last two projects, I completely dropped it. I realized that using React Context for global UI state (like dark mode/auth) and a library like React Query for server state handles 99% of my use cases with a fraction of the boilerplate.

Are big companies still starting new projects with Redux, or is the industry moving away from it?

Comments (5)

Join the Conversation

Log in to leave a comment and interact with this post.

Log In

Comments (8)

D
divya_backend
13 hours, 35 minutes ago

So relatable. I spent 5 hours yesterday on a missing comma.

R
riya_code
13 hours, 35 minutes ago

I've been avoiding this for so long, maybe it's time I actually learn it.

A
aditya_dev
13 hours, 35 minutes ago

Honestly, just take a break. Your brain will figure it out while you sleep.

D
divya_backend
13 hours, 35 minutes ago

Can confirm, this works flawlessly. Good find!

R
riya_code
13 hours, 34 minutes ago

I swear, every time I update my packages everything breaks. I hate npm sometimes.