With all the new state management libraries like Zustand and Jotai, I'm wondering if Redux is still relevant. Thoughts?
It depends. Redux Toolkit makes Redux a lot easier, and it’s still widely used in enterprise apps. But for small projects or side apps, Zustand or even context is enough.