Dealing with Global State in Effect with Redux/Zustand + React
Hello there!
Is there any straightforward approach on how to deal with the global state when using effect with redux\zustand + react?
While I was tinkering with effect, I treated my store as the repository, and provided different implementations (zustand/redux) on runtime. That was fun but I doubt that what I made is something solid.
Is there any straightforward approach on how to deal with the global state when using effect with redux\zustand + react?
While I was tinkering with effect, I treated my store as the repository, and provided different implementations (zustand/redux) on runtime. That was fun but I doubt that what I made is something solid.
