Using React Select along with Redux and Hooks

React Select is an amazing input control with multiselect, autocomplete, async and creatable support. Here’s a typical use case in which we are using Redux to manage the app’s global state along with React Hooks to move away from having to write classes to...