|
|
|
|
|
by bestest
2695 days ago
|
|
From my experience I found this kind of separation to be somewhat redundant and am simply using redux to manage all state — both global and local context. This also means that components are simply components, and setTimeouts and everything else is moved out to redux thunk actions. Which makes hooks totally unneeded in my case. |
|
https://github.com/reduxjs/react-redux/issues/1177