Preserve folding tree state
The Tree needs to have the "memory" of the state of folders: are they open or closed ?
To ease that "memory" we need a global state management. Zustand seems to be a good/easy solution for it.
The Tree needs to have the "memory" of the state of folders: are they open or closed ?
To ease that "memory" we need a global state management. Zustand seems to be a good/easy solution for it.