Closed arnaugomez closed 1 year ago
I am going to submit a MR with an example of state management with jotai
Jotai comes out-of-the box with the possibility to restrict state to a given Provider scope, and autodispose the state when the Provider unmounts.
The possibility to create derived states is also an interesting feature.
Finally decided to use zustand.
I am going to submit a MR with an example of state management with jotai
Jotai comes out-of-the box with the possibility to restrict state to a given Provider scope, and autodispose the state when the Provider unmounts.
The possibility to create derived states is also an interesting feature.