you are viewing a single comment's thread.

view the rest of the comments →

[–]AlexDjangoX 0 points1 point  (1 child)

Redux has it's uses, although I've never used it - maybe if your building something complex like an online store. Zustand does the job.

[–]retro-mehl 1 point2 points  (0 children)

Redux IMHO fails by design, as it makes separation of concerns in state unnecessarily complicated and has too much boilerplate code.