Bryan Waddington
1 min readOct 19, 2017

--

Genuine react newbie question — A little while ago I read an article saying that unless you know you need redux then just use react’s state management. That’s fine, I get that. So what does a lightweight state container, like redux-zero, give me. What problem does it solve that means we need something to sit between handling state in react directly or using redux?

--

--