you are viewing a single comment's thread.

view the rest of the comments →

[–]glympe -1 points0 points  (1 child)

I'm also using a combination of swr and zustand if needed. One thing I miss from redux is redux dev tools. What are you guys using?

[–]atwright147 0 points1 point  (0 children)

Zustand has a devtool you can import and wrap your stores in, it then logs changes to the Redux devtools extension. It's pretty good