Advanced
Tayyab@tayyab
9/25/2023

Do you still use Redux in your React/NextJS projects?

In reply to @tayyab
Alex Grover@alexgrover.eth
9/25/2023

No, typically use query caching (SWR/Apollo) + plain react context for most things now

In reply to @tayyab
Dan Cortes@typeof.eth
9/26/2023

Zustand for global state, React Query or Apollo for API caching layer.

In reply to @tayyab
Colin Armstrong@colin
9/27/2023

I use redux. I regret it, encountered many issues in particular with server side state

In reply to @tayyab
Ben Adamsky@ba
9/27/2023

Not anymore, too much overhead for what it’s worth on most projects. Had a good experience with jotai recently, but trying to avoid state management libraries altogether these days

In reply to @tayyab
Johnson@johnson
9/27/2023

Switched to zustand

In reply to @tayyab
Darryl Yeo 🛠️@darrylyeo
9/27/2023

Hooks are all you need.

In reply to @tayyab
David Furlong@df
9/27/2023

no

In reply to @tayyab
9/28/2023

State management seems overkill for most apps.

In reply to @tayyab
9/29/2023

I’d say a few expletives to that, but in the spirit of keeping up discourse civilised: Redux can go and fucking die.