How to use Redux hooks in a React Native app

The react-redux library has now support for Hooks in React and React Native apps that make use of Redux as the state management library. With React Hooks growing usage, the ability to handle a component's state and side effects is now a common pattern in the functional component. React Redux offers a set of Hook APIs as an alternative to the omnipresent connect() High Order Component.


This is a companion discussion topic for the original entry at https://blog.crowdbotics.com/p/7b137ed8-c031-47b6-ba58-751df70b1bed/