redux-form is a great way of managing forms that are powered by Redux. It is a Higher-Order-Component (HOC) that uses react-redux to make sure HTML forms in React use Redux to store all of its state. … It is used to wrap the form component and bind user interaction to the Redux dispatch actions.