Use hooks instead. A few options: * [use-global-hook](https://github.com/andregardi/use-global-hook), and [article](https://medium.com/javascript-in-plain-english/state-management-with-react-hooks-no-redux-or-context-api-8b3035ceecf8) * [react-hookstore](https://github.com/jhonnymichel/react-hookstore) Though we need to review and look into others.
Use hooks instead. A few options:
Though we need to review and look into others.