Skip to content

Comment on State of React survey results

Comments

I'm disappointed to see Zustand winning in sentiment over Redux (Toolkit). I tried to use it for a moderately complex table-editor and quickly ran into scaling problems that, IMO, the authors should have anticipated: confusing Typescript errors, excessive nesting (partially because each middleware must wrap the entire store), name-spacing (aka slices) is basically not supported...

I wonder what other devs use it for, that's simple enough to not run into these problems yet too complex for useState/useReducer.

MobX and chill.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.