Edit state variables in React devtools when using a Zustand store

1.2k Views Asked by At

In React devtools you can easily edit and toggle state variables - either stored locally, in Context, or with some fancy add-ons like redux devtools.

Is there a way to do that with Zustand store hooks? It seems to me like they're just readonly.

Zustand hooks/vars

0

There are 0 best solutions below