DEV Community

Discussion on: useContext for better state management!

Collapse
 
aslemammad profile image
Mohammad Bagher Abiyat

It was a great article, thanks for writing.

I'm a big fan of React Context, but it's not a state management solution, it's made for sharing data between children and dependency injection, and not state management. I suggest using jotai or zustand for state management instead.