I am developing a small project to learn react redux, I had a good view of connecting react with redux. I am trying to perform a small task that is clearing the input box after hitting submit, I’ve tried using reset, wrote separate function to clear the state and included the logic to clear input in handleSubmit handler itself, I