DEV Community

Discussion on: React doesn't need state management tool, I said

Collapse
 
krtirtho profile image
Kingkor Roy Tirtho

I'm crying in zustand. It's much simpler to setup & doesn't impact the bundle size much. Now everyone (REDUX FANBOIS) will say redux-toolkit makes setting up redux easier but that's what redux itself should do. Why would I add another library over already installed redux & react-redux summing up my total bundle size with another 40KB?

So I now agreed on a combo of ZUSTAND & React-Query which is highly recommended for others too (IMO)