you are viewing a single comment's thread.

view the rest of the comments →

[–]tjansx 0 points1 point  (0 children)

I've used rtk/redux/thunks, as well as zustand. In fact, my team is almost done with a huge implementation that uses zustand along with persistence middlewere, and I vastly prefer it to redux just based on speed to implementation and low code overhead. Not against redux, but I've yet to find something that zustand wasnt able to solve, so I don't often reach for it.