Simplifying State Management: Exploring Zustand as an Alternative to Context and Redux(maybe?)

Ashraful Islam
The Startup
Published in
7 min readNov 9, 2023

--

Photo by Matt Artz on Unsplash

One of the main benefits of using a state management library is it gives us more control over state management and allows us to rerender our component only if a certain piece of data changes.

Context in React

--

--