Set an Initial Value of a Form Field using redux-form

InstructorRory Smith

Share this video with your friends

Send Tweet

We can set initial default values to form fields in redux-form by using the initialValues prop passed into the form component. Let’s find out how this is useful to improving the user experience of our form.