How to Use Redux Hooks in a React Native App

The react-redux library now has 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 a functional component. React Redux offers a set of Hook APIs as an alternative to the omnipresent connect() Higher-Order Component.


This is a companion discussion topic for the original entry at https://blog.crowdbotics.com/use-redux-hooks-in-react-native-app/