Reactjs – Redux state object not saving data from form submission
When I submit a form to update state in Redux, the data populates for a second, then automatically refreshes, re-directs to localhost:3000/? & resets the state back to empty. Here is the form for the code: import { useState }…