|
|
|
|
|
by dbetteridge
2695 days ago
|
|
Sorry should have been clearer. It's more of a combination of react hooks and react context, hooks to deal with local state and context to provide reducer functionality for global state. Just means you can have functional components that respond purely to effects from state changes locally or at global level |
|
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.